AWS Services Flashcards
A web interface you can use to manage all your AWS cloud resources using web browser, including compute, storage and networking. Point and Click Interface.
AWS Management Console
used to perform configuration and view information about your AWS resources from the command line of your favorite desktop operating system. Lets you work with AWS services at the application programming interface (API) level.
AWS Command Line Interface (AWS CLI)
How do you sign into the AWS Management Console.
Root User or Identity & Access Management (IAM) user.
What services are global.
IAM, Route 53 and S3.
A collection of AWS resources in the same region that match the result of a query. This lets you view, manage and automate tasks on multiple AWS resources. Ideal for combining AWS Resources.
Resource Groups
How do you create a resource group.
From a query based on resource tags or from a CloudFormation stack.
Optional metadata that you can assign to AWS resources. Up to 50.
Resource Tags
Let you programmatically deploy and manage multiple AWS resources as a single unit called a stack.
AWS CloudFormation stacks.
You can use Tags to organize resources along the following broad categories.
Technical, Automation, Business, Security
Strategy to tag according to technical properties of a resource.
Technical
Used to assign a name to an individual resources.
Name Tag
Used to specify whether the resource is part of your production, test, or development infrastructure.
Environment Tag
used to classify the type or role a resource performs.
Application Tag
used to define the resources that should be part of an automation process. Processes may include: updating security patches on an instance, taking backups, deleting old snapshots, or turning off development servers after hours.
Automation Tags
used to specify when automation tasks should occur on a resource.
Date or Time Tags
used as flags to enable or disable automation on particular resources.
Opt in or Opt Out
Business tags can be used for billing, management, and analysis. Some examples include:
- 0wner: to identify the person or group responsible for the resource.
- Business Unit or Cost Center: to indicate who’s responsible for paying for the resource.
- Project: To identify the name of the program/project the resource is a part of.
- Customer: To identify resources that are dedicated to a particular customer.
Security Tags
Confidentiality and Compliance Tags
The AWS Console Mobile Application allows you to make limited changes to some AWS resources including
CloudWatch Alarms, EC2 Security Groups, EC2 instances and CloudFormation stacks.
You can authenticate your account in any of the following ways.
- Root Account Credentials
- IAM Username/Password
- Access Key ID & Security Key
AWS CLI is useful for what.
-Useful for performing repetitive tasks such as launching EC2 instances taking EBS snapshots OR attaching policies to IAM users.
To connect to AWS using the CLI, you should
allow outbound access to internet on TCP port 443, also need IAM access key ID and Security Key to authenticate to AWS.
You can install AWS CLI using a standalone installer (useful for offline and automated installations), but AWS recommends that you install AWS CLI using what instead.
Python pip package manager
Simplifies the use of AWS services in custom applications. Application developers use this to integrate their applications with AWS Services.
AWS Software Development Kits (SDK)