Accelerate Workload Migration & Modernization Flashcards

(20 cards)

1
Q

Migrate to AWS
A lot of virtual machines
Terabytes of storage in a data center
Small Internet bandwidth
Little time to do with migration before deadline

A

Use AWS application migration service - to migrate mission critical virtual machines

Then

Use snowball device to transfer exported virtual machines to S3

Then

From S3, Import the VM‘s into Amazon EC2 instances using VM import/export

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How long does it take AWS snowball to move terabytes of data?

A

about a week

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

LDAP for employee log in,
Mobile app,
Federated access to AWS,
Custom -built user authentication,
Must Use IAM roles

A

On On-Premises side:
Use SAML compatible solution for user authentication and authorization (LDAP - Active Directory). Use SAML assertion to get authorization token from the IAM identity provider to grant IAM roles to users

On AWS side:
Build openID connect provider for user authentication & link it to Cognito identity pools for authorization to AWS resources.

Process:

IdP gets request
LDAP authenticates user against identity store
IdP returns SAML assertion
SAML assertion to Cognito identity pool
Send to STS to get IAM role
Send back to user for access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Migrate Oracle to PostgreSQL

Schema and code transformation should be done first

A

Schema Conversion Tool

Database Migration Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Synchronize 1 TB of on-prem data to S3. Small internet, short time frame

A

Use AWS S3 sync feature in the AWS CLI

Uploads the delta in a subset of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Route 53 DNS Record types

Route traffic to an ELB, create Alias record

A

For EC2 instances, use a A record

For ELB, CloudFront, and S3, use an Alias record

For RDS, use a CNAME record

Need to verify this - makes sense but

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Best way to migrate IBM WebSphere, MQ, and DB2 servers

A

AWS DMS & AWS SCT to convert, migrate IBM DB2 databases to Aurora

Set up ASG of EC2 instances with an ELB in front to rehost IBM WebSphere servers

RePlatform IBM MQ TO Amazon MQ using a phased approach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You can scale-in/scale-out your EC2 Auto scaling group in response to changes in system load in an Amazon SQS queue…

A

If you use a ASG target tracking scaling policy based on a custom Amazon SQS queue metric.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Rehost
  2. RePlatform
  3. Refactor
A
  1. Lift and shift (sustain)
  2. Lift, tinker, and shift (optimize, don’t change core architecture)
  3. Re-architect (make cloud-native)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Private and dedicated connection between AWS VPC and on-premises data center

A

Direct Connect link

Network device in on-prem data center that supports BGP & BGP MD5 authentication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Migrate database using AWS SNOWBALL device

A

Request a snowball device

Create a database export using DMS and load it to the snowball device

Import the data into the AWS

Provision Aurora MySQL database and load the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Simple automated way to back up data stored on EBS volumes.

Define back up and retention schedules for EBS snapshots by creating lifecycle policies based on tags

A

Amazon data lifecycle manager (DLM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Amazon RDS does not support Oracle RAC

A

Host Oracle RAC on an EC2 instance 

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Copying data to Snowball device is slow. Why? How to speed up the snowball cp command

A

Slow due to encryption overhead

Open multiple sessions to the snowball device and initiate parallel copy jobs

Also transfer lots of small files in batches

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

VMWare infrastructure
Migrating to AWS
Need to Generate new AMIs of VMs to be launched as EC2 instances

A

Install AWS Replication Agent in on prem virtualization environment

Use AWS Application Migration Service to do the migration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Migrate Oracle data warehouse to Redshift data warehouse quickly - lots of data, small internet speeds

A

Create Snowball import job

Schema Conversion Tool to load to snowball device

Install extraction agent on prem,

After data imported to S3 from Snowball,
Use Schema Convertion Tool to migrate data to Redshift

Local task + DMS task to replicate ongoing updates

17
Q

Need: Storing media files cost effectively and durably for a web application

A

Migrate media files to S3

Set S3 bucket as the origin for a new CloudFront distribution

S3 is cheaper than EFS and is more suitable to use in storing static media files

You can’t set EFS as the origin of your cloudfront web distribution 

18
Q

On prem tape based backups

Archive sensitive data

A

Setup Tape gateway to backup data to S3

Archive in S3 Glacier

19
Q

VMware infrastructure in on premise data center

Storage server with SMB shares for logging and backups

Migrate Production workload to AWS EC2 instances

Preserve the software and configuration settings of the servers 

A

FSx for windows file server

DataSync agent in data center to start replication to AWS

Create VM images and upload them to an S3 bucket

Use AWS VM Import/Export to import images from S3 to launch as EC2 instances

20
Q

Data transfer service that simplifies automates and accelerates, moving data between on premise storage systems and AWS storage services as well as between AWS storage services

A

AWS DataSync

Use cases:
Data migration of active data sets
Archiving cold data