Support and Billing Flashcards
What are the 4 Support Levels and what do they consist of?
- Basic - Free
- Developer - $29/mo, Support via email
- Business - $100/mo, 24x7 email/chat/phone support, unlimited contacts/unlimited cases
- Enterprise - $15,000/mo 24x7 email/chat/phone support, Only support level with TAM included
What is a billing alarm?
Automatic notifications if an account goes over a set dollar amount.
Service : Cloudwatch
True / False. Identity Access Management is a global service
True - You do not specify a region when dealing with IAM. You create users and groups Globally
What are the 3 ways you can access AWS?
- Via the Console
- Programatically (using the command line)
- Using the Software Developers Kit (SDK)
What is an AWS Root account?
An Email address used to set up your AWS account that has full administrator access.
True/False
You should always give your root account credentials to your team if needed
False. Instead Create a user for each individual within your organization and use.
T/F
Always use MFA when securing your root account.
True
What is the purpose of a group of users in AWS?
To store your users. Users will then inherit all permissions that group has.
examples
Developers
System administrators
Human Resources
How do you set permissions on a group?
By applying a policy consisting of JSON. (JavaScript Objection Notation.
What is a key value pair?
Policies that consist of JSON.