Listen to this Post
Today is my happiest day in 2025 since I am now in the AWS Community Builders team 🙌. I can’t express my delight and inspiration since I was rejected a couple of days ago. I sincerely couldn’t let this situation go. I didn’t understand what exactly was wrong, what I should improve to try my luck next year, and after a letter asking to clarify what exactly was wrong with me… the decision changed, and I became an AWS community builder!!!
I can’t express how happy I am 😍. Of course, in these couple of days, I saw all the incredible specialists who joined the program this year and whom I admire, and therefore, today to find out that I became part of the community of these people is an incredible honor for me 😇.
I want to thank everyone for their support and pushing in development. All these things truly inspire me, and I want to continue on my path and help everyone who wants to build solutions on AWS.
The biggest thanks goes to Jason Dunn Michal Salanci 🫐 for selecting and for believing in me 🙌. Ihor S. and Valeriia Sierova – my TechMagic team, who always inspire me to move forward! 👏. And for everyone in Amazon Web Services (AWS) for such a great opportunity for development!
Spoiler: I even want to improve one solution for my PhD work 🙃. What do you think about Anomaly Detection?
You Should Know:
1. AWS CLI Command to List S3 Buckets:
aws s3 ls
- AWS CLI Command to Create an EC2 Instance:
aws ec2 run-instances --image-id ami-0abcdef1234567890 --instance-type t2.micro --key-name MyKeyPair --security-group-ids sg-903004f8 --subnet-id subnet-6e7f829e
3. AWS CLI Command to Check IAM Roles:
aws iam list-roles
4. AWS CLI Command to Describe EC2 Instances:
aws ec2 describe-instances
- AWS CLI Command to Create a CloudWatch Alarm:
aws cloudwatch put-metric-alarm --alarm-name cpu-mon --alarm-description "Alarm when CPU exceeds 70 percent" --metric-name CPUUtilization --namespace AWS/EC2 --statistic Average --period 300 --threshold 70 --comparison-operator GreaterThanThreshold --dimensions Name=InstanceId,Value=i-1234567890abcdef0 --evaluation-periods 2 --alarm-actions arn:aws:sns:us-east-1:111122223333:MyTopic --unit Percent
6. AWS CLI Command to List Lambda Functions:
aws lambda list-functions
- AWS CLI Command to Create a DynamoDB Table:
aws dynamodb create-table --table-name MyTable --attribute-definitions AttributeName=ID,AttributeType=S --key-schema AttributeName=ID,KeyType=HASH --provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5
8. AWS CLI Command to Describe RDS Instances:
aws rds describe-db-instances
- AWS CLI Command to Create an SNS Topic:
aws sns create-topic --name MyTopic
10. AWS CLI Command to List CloudFormation Stacks:
aws cloudformation list-stacks
What Undercode Say:
The journey to becoming an AWS Community Builder is a testament to perseverance and continuous learning. The AWS ecosystem is vast, and mastering it requires hands-on practice with various services. Here are some additional Linux and Windows commands that can aid in your cloud journey:
1. Linux Command to Check Disk Space:
df -h
2. Linux Command to Check Memory Usage:
free -m
3. Linux Command to List Running Processes:
top
4. Linux Command to Check Network Interfaces:
ifconfig
5. Linux Command to Check Open Ports:
netstat -tuln
6. Windows Command to Check IP Configuration:
ipconfig
7. Windows Command to Check System Information:
systeminfo
8. Windows Command to Check Disk Usage:
wmic diskdrive get size
9. Windows Command to List Running Services:
net start
10. Windows Command to Check Event Logs:
eventvwr
For further reading on AWS services and best practices, visit the official AWS Documentation.
Conclusion:
Becoming an AWS Community Builder is a significant milestone that opens doors to endless opportunities in the cloud computing realm. By leveraging the power of AWS services and continuously honing your skills, you can contribute to the community and drive innovation. Remember, the cloud is vast, and there’s always something new to learn. Keep exploring, keep building, and keep inspiring!
References:
Reported By: Activity 7303724886449897472 – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅



