AWS Quest 1 Level 2 Flashcards
what is a “Root User”?
a single sign-in identity that has complete access to all AWS services and resource in an account
what are some Root User powers?
change your account settings restore IAM user permissions activate IAM access to the Billing and Cost Management console view tax invoices close your AWS account change your AWS Support plan cancel your AWS Support plan see IAM for AWS Support register as a seller configure an Amazon S2 bucket Multi-Factor Authentication Delete edit or delete an Amazon S3 bucket policy sign up for GovCLoud
should you use the Root User as the main account?
no
create an IAM user for yourself, give yourself admin rights, and don’t touch Root User for routine tasks
can you create rotate, disable or delete access keys for your AWS account Root User?
yes
how long is an Access Key?
20 digits, and it is alphanumeric
how many Access Keys can you have for each IAM user?
2
what does IAM stand for?
Identity and Access Management
how many Access Keys can you assign to each Root User?
2
how should you handle security for your IAM accounts?
assign permissions to groups and then assign users to groups
what level of security should each user have?
the lowest level of security necessary to accomplish the task
what kind of policies are designed to provide permissions for many common use cases?
AWS Managed Policies
they are created and administered by AWS
they have their own Amazon Resource Name (ARN) that includes the policy name
who updates AWS Managed Policies?
only AWS
who updates Custom Managed Policies?
you do, through your AWS account
what is an Inline Policy?
it’s a policy that is stuck to, or embedded into, an IAM identity
name the 5 AWS Managed Policy features
- reusable: use it on any user, group, or role
- central change management: a change on the policy will update the permission of everyone who has the policy
- versioning and rolling back: changing a Custom Managed Policy changes the whole thing. It is not overwritten, the whole policy changes in one swipe
- delegating permissions management: you can create admins to manage your policies, and limited admins to manage other policies
- automatic updates for AWS Managed Policies: updates are automatically made and applied for you
what is a feature of an Inline Policy?
you control the policies down to the person and the line. but if you had such a special permission, when you delete something, it goes away forever
how can you grant permissions in AWS?
you can assign them individually or by groups
how do groups receive permission?
by attaching a policy document
what script are policies written in?
JSON JavaScript Object Notation
what is a Role?
it is a job identifier
what is an AWS Service Role?
it is a role that a service assumes to perform actions in your account on your behalf
what is an AWS service role for an Elastic Cloud Computing (EC2) instance?
it is a role for an instance running on ECS, and the instance performs certain tasks in your account
what is an AWS service-linked role?
a unique type of service role that is linked directly to an AWS service
what does Role Chaining allow?
Role Chaining allows you to grant additional roles for up to one hour at a time