#aws (2024-12)

aws Discussion related to Amazon Web Services (AWS)

aws Discussion related to Amazon Web Services (AWS)

Archive: https://archive.sweetops.com/aws/

2024-12-02

Zing avatar

anyone here using codeartifact? we’ve been using artifactory since the beginning of time, and we’re about to pull the trigger on migrating to codeartifact. just wondering on people’s experience with it

Samuel Than avatar
Samuel Than

Yeah, our team has been using it for a few years. It’s very stable, we like the control and permission CodeArtifact allows, i.e who can consume the artifact at AWS account level…

Samuel Than avatar
Samuel Than

The biggest workflow change for us when we first adopted CodeArtifact was how to build the docker image that reference library from CodeArtifact. Once we got that worked out… it has been running with minimum support ..

Zing avatar

oh that’s awesome

Zing avatar

im gonna give it a shot. we use github actions, so i’m assuming we just do an assume role to use artifacts from codeartifact

Samuel Than avatar
Samuel Than

there are few ways to approach that, assuming role is one of them.

Samuel Than avatar
Samuel Than

for our own use case, we want to allow anyone from the organization to use our library in codeartifact, we’ve set it up to allow any aws account as long as the AWS account is under a specific organization id

2024-12-03

Joe Perez avatar
Joe Perez

just a reminder that aurora mysql 5.7 extended support went into effect this month which means your AWS bill will go up if you have any old clusters around. The cost is based on vCPU and I found the additional cost for us-east-1 based clusters to be: vCPU * Hours in month * extended support cost ($0.10/hr)

3

2024-12-07

Vinayak Shanawad avatar
Vinayak Shanawad

Hi Team, We would like to create an AWS CloudWatch alarm terragrunt.hcl that monitors the age of messages in SQS. When the age is> 15 minutes, the alarm will trigger and send a notification to the SNS topic.

I don’t find any specific cloudposse project to achieve the above use case. I went through “terraform-aws-sns-cloudwatch-sns-alarms” project, but we can’t specify the queue and condition details. Please recommend any solutions to address this use case.

Vinayak Shanawad avatar
Vinayak Shanawad

I see terraform-aws-sqs-cloudwatch-sns-alarms - [wip] Terraform module for creating alarms for SQS and notifying endpoints

Do you know what the tentative expected date is for this module release?

Vinayak Shanawad avatar
Vinayak Shanawad

But I don’t see any recent updates in the above project, do we have any alternative solution?

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

@Andriy Knysh (Cloud Posse)

2024-12-09

2024-12-26

Jeremy White (Cloud Posse) avatar
Jeremy White (Cloud Posse)

has anyone here recently used granted.dev?

Jeremy White (Cloud Posse) avatar
Jeremy White (Cloud Posse)

Just curious how they’re holding up… since I wanted to evaluate Leapp alternatives at some point

Joe Perez avatar
Joe Perez

I use it, it’s been pretty good for me. Came from AWS-vault

loren avatar

i use the granted cli regularly, it’s been great

2024-12-28

keidarcy.1015 avatar
keidarcy.1015

Happy holidays, everyone!

I’ve released a new version of e1s(a tool inspired by the k9s experience, tailored for AWS ECS). This update supports the Amazon ECS service deployment and service revision API, hoping to make it easier for you to manage ECS in the new year.

keidarcy/e1s

E1S - Easily Manage AWS ECS Resources in Terminal(~k9s for ECS)

2
1
    keyboard_arrow_up