Domain 1 Flashcards
Cloud Concepts
What are the 5 criteria of cloud computing?
On-demand self-service, network connectivity, resource pooling, elasticity, and that resource usage must be monitored and billed.
What is high availability?
High availability is a way to design your systems to have the ability to keep your systems up and running and providing service as often as possible.
What is fault tolerance?
Fault tolerance is the actual ability of a system to keep operating in the event of a failure.
What are the two ways to scale?
Vertically and horizontally.
What type of scaling is adding more instances of the same size?
Horizontal.
What type of scaling is adding a larger instance size?
Vertical.
What are the 6 pillars of the AWS Well-Architected Framework?
Operational excellence, security, reliability, performance efficiency, cost optimization, and sustainability.
What are the 7 migration strategies?
- Retire is for applications that you want to decommission or retire.
- Retain is for applications that you want to keep in the source environment or applications that are not ready to be migrated.
- Rehost, also known as lift and shift, is for applications to be migrated without making any changes to the application.
- Relocate is for a large number of servers that are made up of one or more applications.
- Repurchase, also known as drop-and-shop, is for applications with a different version or product and provides more value than the existing infrastructure.
- Replatform, also known as lift, tinker, and shift, is for applications that need some level of optimization in order to operate efficiently or to take advantage of AWS capabilities.
- Refactor or re-architect is for applications that you want to migrate to AWS and take full advantage of the cloud-native features to improve agility, performance, and scalability.
What are the four parts of total cost of ownership (TOC) in AWS for this exam?
- Operational expenses (OpEx) are your day-to-day operating costs such as utilities, printer toner, coffee, and snacks.
- Capital Expenses (CapEx) are the costs associated with creating the long-term benefits such as purchasing a building, servers, printers, storage, and backups. CapEx items are generally purchased once, and are expected to be used by your organization for years.
- Labor costs are the costs associated with staffing an on-premises environment or data center such as the network operation center technicians, who are responsible for installation, configuration, troubleshooting, and management of your servers and infrastructure.
- Software licensing costs are the cost and the impact of migrating software licensing costs to AWS.
When you migrate from and on-premise environment and traditional servers to AWS, are you trading capital expenses for variable expenses?
Yes.
Which of the following is an advantage of AWS Cloud computing?
a. Trade security for elasticity
b. Trade operational excellence for agility
c. Trade fixed expenses for variable expenses
d. Trade elasticity for performance
c. Trade fixed expenses for variable expenses
An advantage of the AWS Cloud is to trade fixed expenses for variable expenses. With the AWS Cloud, you only pay for what you use. Therefore, you can move away from fixed expenses. With fixed expenses, you pay upfront, regardless of whether you use the full capacity. For example, to maintain your own data centers and servers would be a fixed expense.
What are valid AWS Cloud Adoption Framework (AWS CAF) perspectives? (Select TWO.)
a. Performance efficiency
b. Sustainability
c. Cost Optimization
d. Governance
e. Platform
d. Governance & e. Platform
The governance and platform perspective is one of the six AWS CAF perspectives.
1. Program and project management
2. Benefits management
3. Risk management
4. Cloud financial management
5. Application portfolio management
6. Data governance
A company needs to move an on-premises IBM Db2 database to the AWS Cloud. The company wants to convert the database to a fully managed Amazon Aurora database.
Which AWS services or features can the company use to analyze, synchronize, deploy, and monitor the conversion of the database? (Select TWO.)
a. AWS Database Migration Service (AWS DMS)
b. Amazon S3 File Gateway
c. AWS DataSync
d. AWS Schema Conversion Tool (AWS SCT)
e. AWS Direct Connect
a. AWS Database Migration Service (AWS DMS) & d. AWS Schema Conversion Tool (AWS SCT)
AWS Database Migration Service (AWS DMS) is a cloud service that makes it possible to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores. You can use AWS DMS to migrate your data into the AWS Cloud or between combinations of cloud and on-premises setups.
You can use the AWS Schema Conversion Tool (AWS SCT) to convert your existing database schema from one database engine to another. You can convert relational OLTP schema, or data warehouse schema. Your converted schema is suitable for an Amazon Relational Database Service (Amazon RDS) MySQL, MariaDB, Oracle, SQL Server, PostgreSQL DB, an Amazon Aurora DB cluster, or an Amazon Redshift cluster. The converted schema can also be used with a database on an Amazon EC2 instance or stored as data on an Amazon S3 bucket.
What is Amazon S3 File Gateway?
A S3 File Gateway simplifies file storage in Amazon S3, integrates to existing applications through industry-standard file system protocols, and provides a cost-effective alternative to on-premises storage. It also provides low-latency access to data through transparent local caching. A S3 File Gateway manages data transfer to and from AWS, buffers applications from network congestion, optimizes and streams data in parallel, and manages bandwidth consumption.
What is AWS DataSync?
AWS DataSync is an online data transfer and discovery service that simplifies data migration and helps you quickly, easily, and securely transfer your file or object data to, from, and between AWS storage services.