Pro Flashcards
Exam Pro Tips from A Cloud Guru
IAM is universal
IAM is not region specific, it applies to all regions.
The Root Account
The account created on first setup. It has complete administrative access rights
Access Key ID and Secret Access Keys
1) These are created and assigned when first created. 2) These are not the same as a password, they cannot be used to login to the console. 3) You use these to access AWS via APIs and the CLI
Secret Key Viewing
You only get to see the secret keys once, if you lose them you have to regenerate them.
Multi-Factor Authentication (MFA)
1) Always 2) Always for your Root account 3) Always
password rotation
customisable via a password policy rotation.
IAM consists of what ?
1) Users 2) Groups 3) Policies 4) Roles
New Users
Have no permissions when first created
Power user access allows ?
Access to all AWS services except for management of groups and users within IAM.
What is SSE ?
Server Side Encryption (SSE) * Amazon S3 Managed keys (SSE-S3) * KMS (SSE-KMS) (provides audit logs) * Customer-Provided Keys (SSE-C)
What VPN options does AWS offer?
1) Hardware VPN (IPSec)
2) AWS Direct Connect (purchase a direct connection 1-10Gb personal connection)
3) AWS VPN Cloudhub (dedicated private (up to 10 routers))
4) Software VPN (VPN that terminates on an EC2 instance)
What is AWS Artifact ?
It’s an AWS service that allows the end user to download compliance and reports usable in auditing processes.
(AWS > Services > Artifact)
What is Cloud trail?
- It’s an AWS service that logs events history of an AWS account
- It’s on by default
- It can send the logs to an S3 bucket, and after that, to CloudWatch.
- It logs activity from Console Management, SDKs, CLI and other AWS services.
What is cloud watch?
A big dispersed metrics gathering service, can you cannot opt our. CPU utilisation, I/O, Network throughput. You can create alarms based on statistics. alarms can send notifications and perform functions.
What is an Elastic Load Balancer ?
A network or application layer load balancer that allows you to spread network or application load.