AWS Cloud Prac. S.G Flashcards
What is AWS Database Migration Service (DMS)?
AWS Database Migration Service (DMS) helps you migrate databases to AWS easily and securely.
What is AWS OpsWorks?
AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet.
Chef and Puppet are automation platforms that allow you to use code to automate the configurations of your servers.
What is AWS Application Migration Service?
AWS Application Migration Service is a highly automated lift-and-shift (rehost) solution that simplifies the process of migrating applications from physical, virtual, and cloud-based infrastructure, ensuring that they are fully operational in any AWS Region without compatibility issues.
What is AWS Application Discovery Service?
AWS Application Discovery Service helps enterprise customers plan migration projects by gathering information about their on-premises data centers.
What is AWS Support Concierge?
Included as part of the Enterprise Support plan, the Support Concierge Team are AWS billing and account experts that specialize in working with enterprise accounts. The Concierge team will quickly and efficiently assist you with your billing and account inquiries, and work with you to help implement billing and account best practices so that you can focus on running your business.
Short Ans: AWS Support Concierge Service assists customers with account and billing inquiries.
What is AWS Customer Service?
AWS Customer Service can help AWS customers with their billing and account inquiries, and it is included in all AWS support plans (Basic, Developer, Business, and Enterprise).
However, due to the fact that AWS Customer Service is not dedicated to specific types of inquiries, it is not as quick or as efficient as the AWS Support Concierge. AWS Support Concierge is available only for AWS Enterprise support subscribers and is dedicated only to help AWS customers with their billing and account inquiries.
What is AWS Operations Support?
AWS Operations Support is an Enterprise support program that provides operations assessments and analysis to identify gaps across the operations lifecycle, as well as recommendations based on best practices.
What is AWS Operations Support?
AWS Operations Support is an Enterprise support program that provides operations assessments and analysis to identify gaps across the operations lifecycle, as well as recommendations based on best practices.
What is AWS Health Dashboard?
The AWS Health Dashboard (previously AWS Personal Health Dashboard) is the single place to learn about the availability and operations of AWS services.
You can view the overall status of all AWS services, and you can sign in to access a personalized view of the health of the specific services that are powering your workloads and applications. AWS Health Dashboard proactively notifies you when AWS experiences any events that may affect you, helping provide quick visibility and guidance to minimize the impact of events in progress, and plan for any scheduled changes, such as AWS hardware maintenance.
What is AWS Infrastructure Event Managment?
AWS Infrastructure Event Management is a short-term engagement with AWS Support, included in the Enterprise-level Support product offering, and available for additional purchase for Business-level Support subscribers.
AWS Infrastructure Event Management partners with your technical and project resources to gain a deep understanding of your use case and provide architectural and scaling guidance for an event.
Common use-case examples for AWS Event Management include advertising launches, new product launches, and infrastructure migrations to AWS.
What is Amazon EFS?
Amazon EFS is a file-level storage technology that provides massively parallel shared access to thousands of Amazon EC2 instances, enabling your applications to achieve high levels of aggregate throughput and IOPS with consistently low latencies.
What is Amazon S3?
Amazon S3 is an object level storage built to store and retrieve any amount of data from anywhere – web sites and mobile apps, corporate applications, and data from IoT sensors or devices.
It is designed to deliver 99.999999999% durability, and stores data for millions of applications used by market leaders in every industry.
What is Amazon EBS?
Amazon EBS is a block-level storage that provides storage volumes for use with Amazon EC2 and Amazon RDS instances.
What is Amazon Instance Store?
An instance store provides temporary block-level storage for your EC2 instances. Instance store is ideal for temporary storage of information that changes frequently, such as buffers, caches, scratch data, and other temporary content.
What is AWS Trusted Advisor?
AWS Trusted Advisor is an online tool that provides you real time guidance to help you provision your resources following AWS best practices.
AWS Trusted Advisor offers a rich set of best practice checks and recommendations across five categories: cost optimization; security; fault tolerance; performance; and service limits (also referred to as service quotas).
AWS Trusted Advisor improves the security of your application by closing gaps, enabling various AWS security features, and examining your permissions.
What does AWS Trusted Advisor core security checks include?
1- Security Groups - Specific Ports Unrestricted.
2- Amazon S3 Bucket Permissions.
3- MFA on Root Account.
What is the AWS Trusted Advisor core security check “Security Groups” do?
Security Groups - Specific Ports Unrestricted:
Checks security groups for rules that allow unrestricted access to specific ports. Unrestricted access increases opportunities for malicious activity (hacking, denial-of-service attacks, loss of data).
What is the AWS Trusted Advisor core security check “Amazon S3 Bucket Permissions” do?
Amazon S3 Bucket Permissions:
- Checks buckets in Amazon Simple Storage Service (Amazon S3) that have open access permissions.
- Bucket permissions that grant List access to everyone can result in higher than expected charges if objects in the bucket are listed by unintended users at a high frequency.
- Bucket permissions that grant Upload/Delete access to everyone create potential security vulnerabilities by allowing anyone to add, modify, or remove items in a bucket. This check examines explicit bucket permissions and associated bucket policies that might override the bucket permissions.
What is the AWS Trusted Advisor core security check “MFA on Root Account” do?
MFA on Root Account:
Checks the root account and warns if multi-factor authentication (MFA) is not enabled.
For increased security, AWS recommends that you protect your account by using MFA, which requires a user to enter a unique authentication code from their MFA hardware or virtual device when interacting with the AWS console and associated websites.
What is AWS Shield?
AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS.
AWS Shield does not provide security recommendations.
What is AWS Management Console?
The AWS Management Console is used to access and manage Amazon Web Services through a simple and intuitive web-based user interface.
The console itself doesn’t provide any recommendations
What is AWS Secrets Manager?
AWS Secrets Manager is a secrets management service that enables you to store, retrieve, rotate, audit, and monitor secrets centrally.
AWS Secrets Manager allows you to manage secrets such as database credentials, on-premises resource credentials, SaaS application credentials, third-party API keys, and Secure Shell (SSH) keys.
AWS Secrets Manager does not provide security
What is Disk disposal?
Disk disposal ( Storage Device Decommissioning): When a storage device has reached the end of its useful life, AWS procedures include a decommissioning process that is designed to prevent customer data from being exposed to unauthorized individuals.
All decommissioned magnetic storage devices are degaussed and physically destroyed in accordance with industry-standard practices.
What must an IAM user provide to interact with AWS services using the AWS Command Line Interface (AWS CLI)
Access Keys
Access keys consist of an access key ID and secret access key, which are used to sign programmatic requests to AWS using the CLI or the SDK.