Amazon Web Services
Amazon Web Services
- Understanding AWS Networking: A Guide for Network Engineers
- AWS Backup – Automate and Centrally Manage Your Backups | AWS News Blog
- Amazon Web Services In Plain English
- Exam Updates, Beta Exams, and New Certifications | Coming Soon to AWS Certification | AWS
- Create .env file from SSM parameter store
- Use the decorator pattern for clean I/O boundaries | REA Group Ltd
S3
Logging with Winston
- AWS CloudTrail: Simplify Security Analysis, Resource Change Tracking, and Troubleshooting - YouTube
- Amazon CloudWatch: Complete Visibility of Your Cloud Resources and Applications - YouTube
- 11 Best Practices for Logging in Node.js | Better Stack Community
- winston-cloudwatch - npm
- A Complete Guide to Winston Logging in Node.js | Better Stack Community
- Working with log groups and log streams - Amazon CloudWatch Logs
- CloudTrail vs. CloudWatch: Tutorials & Examples - OpsRamp
- AWS CloudWatchs vs. CloudTrail - What's the Difference? | PullRequest Blog
AWS S3 CORS
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"POST",
"GET",
"DELETE",
"PUT"
],
"AllowedOrigins": [
"https://mydomain.com/*"
],
"ExposeHeaders": [
"Etag"
],
"MaxAgeSeconds": 3000
}
]
Nat Gateways
aws ec2 describe-nat-gateways |
jq -r '.NatGateways[] | .NatGatewayAddresses[] | .PublicIp'