#general (2024-10)

General conversations related to DevOps/Automation

General Discussions

2024-10-02

2024-10-08

sergeyro avatar
sergeyro

Do anyone using Pulumi here?

2024-10-09

joey jensen avatar
joey jensen

I know this is random, but I sometimes get distracted at work and feel guilty about it. I’m curious if anyone else is willing to let me compare notes with them on how much they do (or don’t) do this. Do you waste some time at work & not do assigned work? How much? Has this every cost you anything or caused problems?

2024-10-10

Corentin dB avatar
Corentin dB

Hello, it seems that some docker images fail when downloading the public RSA key (the endpoint https://apk.cloudposse.com/[email protected] returns a 403). It leads to errors with the github actions that use it If this is not the right place to post this kind of questions, should I create an issue somewhere instead ?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Something changed with clousmith and our CloudFlare proxy is not handling it.

But there’s a better fix anyway.

Use cloudsmith directly:

https://github.com/cloudposse/packages?tab=readme-ov-file#alpine-repository

1
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
apk add --no-cache bash curl
curl -1sLf \
'<https://dl.cloudsmith.io/public/cloudposse/packages/setup.alpine.sh>' \
| bash  
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Also, if you are using this action, it was fixed today: cloudposse/[email protected] in 0.3.1

Corentin dB avatar
Corentin dB

We are using cloudposse/github-action-docker-image-exists@main that breaks when importing cloudposse/[email protected]

Gabriela Campana (Cloud Posse) avatar
Gabriela Campana (Cloud Posse)

@Corentin dB do you still need support here?

Corentin dB avatar
Corentin dB

We ended up using a bash script to replace the action, so not really. Your action is still broken though

Corentin dB avatar
Corentin dB

(I’m in central european time, so i can’t answer during afternoons in PST)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Gabriela Campana (Cloud Posse) create a task for @Igor Rodionov to update any actions that use the old apk.cloudposse.com repo

2024-10-11

2024-10-12

cloudwithusama avatar
cloudwithusama

Hi guys, I hope all of you are doing great. I’m going to take AWS DevOps prpfessional Exam coming week. I’m on a hunt for top-notch study materials and resources. What worked best for you guys

• Practice Exams

• Online Course

• Study Guides

• Dumps

• White Papers Lets build and share resources that helps not just me but everyone in our community preparing for certification.

Michael Lev avatar
Michael Lev

Practice exams and go over the answers in detail. Each answer you must build in AWS to understand. read the FAQ if needed until you color all the lonks for “read”

1

2024-10-13

    keyboard_arrow_up