#AWScommunity

George stevengeorge801
2025-05-23

๐Ÿš€ New blog drop: Mastering AWS Cloud Architecture โ˜๏ธ

Whether you're building scalable apps, prepping for AWS certs, or just diving into cloud design, this guide covers:
โœ… Core AWS services
โœ… Architecture principles
โœ… Real-world examples
โœ… Security, cost & performance tips

๐Ÿ“ Read here: bit.ly/4kShPOz

2025-05-15

โ“ Did you know, that the Lambda runtimes do not include the latest AWS SDKs? For example, the Lambda runtime node22.x comes with the AWS Node.js SDK version 3.774.0 which was released about two months ago.

I did not expect that. Wanted to use a new feature which is not possible with the dated SDK version.

#AmazonWebServices #awscommunity #serverless

Lambda editor showing the Node.js code to print the version of the SDK included in the Lambda runtime.
Sรฉbastien Stormacqsebsto
2025-05-02

๐ŸŽ™๏ธ New AWS Developers Podcast episode!

Ivan Casco @realinvancasco shares how he earned all 14 AWS certs and the golden jacket ๐Ÿงฅ๐Ÿ”ฅ

A journey of skill, grit, and community.

Listen now: developers.podcast.go-aws.com/

2025-04-01

Configuring CI/CD for any project can feel like a daunting task. But thanks to CDK's simplicity and robustness, your ability to tailor your CI/CD process to your business needs only stops with your imagination (or budget, whichever comes first ๐Ÿ˜†).

Here's three of the most common ways I've found people configure their process. If you love one, hate one, or have questions. Feel free to reach out!

open.substack.com/pub/makingit

#aws #awscdk #awscommunity #cicd #devops #devtools

Configuring CI/CD for your CDK Applicaiton, With CDK

And how to keep it under one roof, or not.
pacovkpacovk
2025-03-05

I am now officially builder for applications!

This is huge to me and helps me to grow further with experts from this field.

Really looking forward to it, watch out ๐Ÿ˜

AWS community builders badge
2025-03-03

I'm fortunate to have been in the technology field long enough that the certifications I got at the beginning of my career are beginning to expire ๐Ÿ˜ญ.

Fortunately for you, I've done some research into the RE-certification process and jotted down my new goals and what I'm going to do to achieve them.

Read on to learn what I plan to do, to keep my orange check โœ….

#awscommunity #awscertified #aws #cloud #certified

makingituptech.substack.com/p/

BarbaraBabs57
2025-03-01

My server at AWScommunity.social went dark so had to set up a new profile here. I hope I can find all those that I followed because I lost everything. .social refugee

Sarcasm is all I have LeftHappytoBe
2025-02-28

I would appreciate a little help. I'm TammyGentzel@awscommunity.social. My server is not responding. Does anyone know what is wrong with it? @FediTips @Mastodon

2025-02-26

I'm fortunate to have been in the technology field long enough that the certifications I got at the beginning of my career are beginning to expire ๐Ÿ˜ญ.

Fortunately for you, I've done some research into the RE-certification process and jotted down my new goals and what I'm going to do to achieve them.

Read on to learn what I plan to do, to keep my orange check โœ….

#awscommunity #awscertified #aws #cloud #certified

makingituptech.substack.com/p/

2025-01-22

โš ๏ธ Stumbling block when migrating from Amazon Linux 2 to Amazon Linux 2023:

/tmp is no longer mawscommunitye root volume but on tmpfs. As tmpfs stores files in memory, the maximum size of /tmp is determined by the EC2 instance typeโ€™s memory capacity.

Either avoid storing large files under /tmp or disable tmpfs for /mnt by using the following commands:

sudo systemctl mask tmp.mount
sudo systemctl stop tmp.mount

#AmazonWebServices #awscommunity

Liz Fong-Jones (ๆ–น็ฆฎ็œŸ)lizthegrey.com@bsky.brid.gy
2020-12-01

Join AWS Community Builders @cloudbart, @mtliendo, @ivlo11, and me for a special episode of #AWSCommunity Voices at #reInvent2020! Hosted by AWS Head of Americas Developer Relations @aileengemma. Tune in live at 11AM PST on Thursday, Dec 17! https://bit.ly/live-aws-commbuilders

2025-01-10

Awesome Amazon Q Developer ๐Ÿ‘‰ A curated list of awesome things related to Amazon Q Developer github.com/cremich/awesome-q-d โ€“ Thanks Christian Bonzelet for the big update! #AWS #AWSCommunity

2025-01-10

What's your preferred method to move data between DynamoDB tables? For example, when moving DynamoDB tables to another account. Bonus points for methods, that work with IaC tools like Terraform.

#AmazonWebServices #awscommunity #dynamodb

2025-01-06

Are you interested in joining the AWS Community Builders program? Applications are open for new builders! The program is for technical builders who create content focused on AWS services and comes with some amazing benefits, like sessions with AWS experts and promotional credits. You can read more about the program on AWS's website.

Applications are open until January 20th, and determinations should be made in March.

Application: pulse.aws/application/XUDHHXIH

AWS Community Builder's Website: aws.amazon.com/developer/commu

#aws #awsCommunity

2024-12-19

Compared to the CDK the cfn-modules are very simple to use. It's just a suite of CloudFormation templates that you stick together with nested stacks. npm is used to install and update the modules.

Check it out!
๐Ÿ‘‰ github.com/cfn-modules/docs

#awscommunity #cloudformation #AmazonWebServices

๐Ÿงต(2/2)

2024-12-14

If you're running a cloud environment where different accounts represent different environments, set them up consistently! Use IaC to help ensure environments are set up the same.

I just got off a 4 hour call that could have been avoided if security groups had been set up consistently.

#cloud #devOps #infrastructureAsCode #awsCommunity

Luciano Mamminoloige@mastodon.ie
2024-12-10

Just back from an incredible week at #reInvent! My second time, and it was as amazing as ever

Learned so much, met old friends, made new ones... love the vibrant, welcoming #AWSCommunity

Huge thanks to AWS for the Heroes perks & to everyone I connected with. See you in '25!๐Ÿš€

2024-11-29

2๏ธโƒฃ Terraform/OpenTofu/CloudFormation/CDK state will be broken after the upgrade as Aurora Serverless v2 requires a ServerlessV2ScalingConfiguration as well as a separate DB instance of type db.serverless.

๐Ÿง Double check that you have migrated all Aurora Serverless v1 cluster to v2!

#awscommunity #AmazonWebServices

๐Ÿงต (2/2)

2024-11-25

Didn't AWS announce to shut down Aurora Serverless v1 at the end of the year?

Strangely, no hints can be found in the documentation. And it is still possible to create Serverless v1 clusters.

Did I miss anything?

#awscommunity #AmazonWebServices

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst