How I Created a SkiFree Clone Using Amazon Q
How I Created a SkiFree Clone Using Amazon Q
๐ 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: https://bit.ly/4kShPOz
#AWS #CloudArchitecture #CloudComputing #DevOps #AWSCommunity #Study4Exam #TechBlog
โ 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.
๐๏ธ 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: https://developers.podcast.go-aws.com/web/episodes/163/index.html
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!
I am now officially #AWScommunity builder for #serverless applications!
This is huge to me and helps me to grow further with experts from this field.
Really looking forward to it, watch out ๐
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
https://makingituptech.substack.com/p/managing-my-aws-certified-status
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. #awscommunity.social refugee
I would appreciate a little help. I'm TammyGentzel@awscommunity.social. My server is not responding. Does anyone know what is wrong with it? #awscommunity #help @FediTips @Mastodon
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
https://makingituptech.substack.com/p/managing-my-aws-certified-status
โ ๏ธ 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
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
Awesome Amazon Q Developer ๐ A curated list of awesome things related to Amazon Q Developer https://github.com/cremich/awesome-q-developer โ Thanks Christian Bonzelet for the big update! #AWS #AWSCommunity
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.
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: https://pulse.aws/application/XUDHHXIH
AWS Community Builder's Website: https://aws.amazon.com/developer/community/community-builders/
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!
๐ https://github.com/cfn-modules/docs
#awscommunity #cloudformation #AmazonWebServices
๐งต(2/2)
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.
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!๐
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)
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?