amazon-web-services
Error “You must specify a region” when running any aws CLI command
I think you need to use for example: aws ecs list-container-instances –cluster default –region us-east-1 This depends of your region of course.
Add EBS to Ubuntu EC2 Instance
Since this is a new volume, you need to format the EBS volume (block device) with a file system between step 1 and step 2. So the entire process with your sample mount point is: Create EBS volume. Attach EBS volume to /dev/sdf (EC2’s external name for this particular device number). Format file system /dev/xvdf … Read more