Share S3 files using pre-signed url
Feb 27, 2019
S3 by default keep all objects as private, only the owner has permission to access it, this is great to prevent sensitive information to accidentally be publicly available.
Sending MongoDB metrics to AWS …
Aug 9, 2018
The objective is to collect data from a MongoDB service and insert it into a CloudWatch as a custom metric.
Listing EBS Non-Encrypted Volumes
Aug 8, 2018
To best way to list all encrypted or non-encrypted EBS volumes is using the aws-cli with the ec2 describe-volumes option.