Miscelaneous
- AWS AutoScaling and AWS VPC are offered at no cost.
- Charges will be incurred for the underlying compute or storage resources
- "The IAM permissions are wrong for the CodeBuild service" : Amazon ECR users require permissions to call ecr:GetAuthorizationToken before they can authenticate to a registry and push or pull any images from any Amazon ECR repository. Amazon ECR provides several managed policies to control user access at varying levels
- Security groups act as virtual firewalls
- ECS_ENABLE_TASK_IAM_ROLE=true Enables IAM roles for tasks for containers with the bridge and default network modes.
- AWS STS - Security Token Service
- not supported by API Gateway currently
- Maximum life span of an SWF task or workflow execution is 1 year
- To determine which AMI are available in your region, use DescribeImages
- By Default, you can have 5 Elastic IP Addresses per region
- There is no cost assicated with moving data from S3 to EC2 if both are in the same Region.
AWS Documentation
- Using EBS Volumes
- When you attach a volume to your instance, it is exposed as a block device
- You can format the volume with a file system then mount it
- Attach a volume using the AttachVolume API Call
- If you restore a volume from a snapshot, the volume likely has a file system on it already
- If you create a new file system on top of an existing file system, this operations overwrites your data
- Use file -s command to get information about a device such as file system time
- if the output simply shows data, there is no file system and you must create one
- after you attach, you have to actually mount it with the mount command
- EBS volumes must be in the same AZ as the EC2 instance
- You can have up to 5,000 EBS volumes by default
- You can have up to 10,000 snapshots by default
Tutorials Dojo Cheat Sheets
Tutorials Dojo Study Guide
Link
practice exam
whizlab test outline