AWS

How to Disable the AWS Instance Metadata Service

Per the following AWS URL, the following command will disable the AWS Instance Metadata Service: aws ec2 modify-instance-metadata-options --instance-id...

AWS EC2 Storage Explained

AWS EC2 Storage Types: EBS (Elastic Block Store) vs Instance Store EBS Think of EBS as a network-attached drive. It's slower than a local drive...