Deck Flashcards
Does IAM apply to regional assets?
No, IAM is universal across the platform
What is the root IAM account?
The account created when the AWS instance is first setup
Should you use IAM roles or hard coded secrets/keys in programmatic access?
IAM roles
Do new users have permissions when they are created?
No
Can you view a new user’s access key id & secret access key after creation?
No
Can you use the access keys to login to the AWS console?
No
Should the root account have MFA setup?
Yes, always
True or False: AWS recommends that EC2 instances have credentials stored on them so that the instances can access other resources (such as S3 buckets).
False
What is the best way to enable your EC2 instance to read files in an S3 bucket?
Create an IAM role with read access to S3 and assign the role to the EC2 instance
What is an IAM Policy?
A JSON document which defines one or more permissions
What IAM entity can you use to delegate access to your AWS resources to users, groups or services?
IAM Role
What are the EC2 Options
On Demand, Reserved, Spot, Dedicated Hosts
What is the Reserved EC2 Option
provides you with a capacity reservation, and offer a significant discount on the hourly charge for an instance. 1 or 3 year term reservation
FIGHTDRMCPX
FPGA, IOPS, Graphics, High Disk Throughput, Cheap General Purpose(T2 Micro), Density, Ram, Main choice for general purpose apps(M), Compute, Graphics(Pics), Extreme Memory
What is Amazon EBS?
Elastic Block Storage (disk)
What EBS type would I use for more than 10000 IOPS?
IO1 aka, not GP2
What EBS type would I use for less than 10000 IOPS?
GP2
What is the On Demand EC2 Option
Allows you to pay a fixed rate by the hour or second with no commitment
What is the Spot EC2 option
enables you to bid whatever price you want for the instance - instances are brought online when the price drops at or below your bid and then terminated when the price goes back up
What is the dedicated hosts EC2 option
Physical EC2 server dedicated for your use.
True or False: When a sport EC2 instance is terminated by Amazon, you will not be charged for the partial hour of use
True
What types of SSD storage does Amazon offer for EC2?
General Purpose SSD and Provisioned IOPS SSD
What types of Magnetic storage does Amazon offer for EC2?
Throughput Optimized HDD, Cold HDD, and Magnetic
What is an EC2 Security Group
Virtual Firewall