Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESETerapia China 1

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
Terapia China 1

Descripción:
Cómo hacer la terapia

Autor:
Eliana Ocampo

Fecha de Creación:
30/03/2020

Categoría:
Otros

Número preguntas: 55
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
An application calls a service run by a vendor. The vendor charges based on the number of calls. The finance department needs to know the number of calls that are made to the service to validate the billing statements. How can a Solution Architect design a system to durably store the number of calls without requiring changes to the application. Decouple the application from the service with an Amazon SQS qeue Call the service through an internet gateway Publish a custom Amazon Cloud Watch metric that counts calls to the service. Call the service through a VPC peering connection.
A Solution Architect is designing a three.tier web application that includes an Auto Scaling group of Amazon EC2 instances running behind an ELB Classic Load Balancer. The security team requires that all web servers are directly accessible from the Internet. How should the Architect meet these requirements? Create an Amazon CloudFront distribution in front of the ELB Classic Load Balancer. Configure the web tier security group to allow only traffic from the ELB Classic Load Balancer Configure the web servers´ security group to deny traffic from the public Internet. Use a Load Balancer installed on an Amazon EC2 instance.
A company is creating a web application that will run on an Amazon EC2 instance. The application on the instance needs access to an Amazon DynamoDB table for storage. What should be done to meet these requirements? Create identity federation with permissions to the DynamoDB table. Create an identity provider and assign the identity provider to the EC2 instance with permissions to the DynamoDB table. Create an IAM role and assign the role to the EC2 instance with permissions to the DynamoDB table. Create another AWS account root user with permissions to the DynamoDB table.
An organization runs an online voting system for a television program. Durin broadcasts, hundreds of thousands of votes are submitted within minutes and sent to a front-end fleet of auto-scaled Amazon EC2 instances. The EC2 instances push the votes to an RDBMS database. The database is unable to keep up with the front-end connection requests. What is the MOST efficient and cost - effective way of ensuring that votes are processed in a timely manner? Send votes from each front-end node to Amazon DynamoDB. Provision worker instances to process the votes in DynamoDB into the RDBMS database. Re-provision the RDBMS database with lalrger, memory - optimized instances. When voting ends, re-provision the back-end database with smaller instances. As the load on the database increases, horizontally-scale the RDBMS database with additional memory-optimed instances. When voting has ended, scale down the additional instances. Each front-end node should send votes to an Amazon SQS qeue and process the message information into RDBMS database.
A legacy application running in premises requires a Solution Architect to be able to open a firewall to allow access to several Amazon S3 buckets. The architect has a VPN connection to AWS in place. How should the Architect meet this requirements? Configure a proxy on Amazon EC2 and use an Amazon S3 VPC endpoint. Configure IP whitelisting on the costumers gateway Use Amazon API Gateway to do IP whitelisting Create an IAM role that allows access from the corporate network to Amazon S3.
A Solutions Architect is considering possible options for improving the security of the data on an Amazon EBS volume attached to an Amazon EC2 instance. Which solution will improve the security of the data? Use AWS KMS to encrypt the EBS volume Create an IAM policy that restricts read and write access to the volume Migrate the sensitive data to an instance store volume Use Amazon single sign-on to control access to the EC2 instance.
A AOlution Architect is developing a solution for sharing files in an organization. The solution must allow multiple users to acces the storage service at once from direct virtual machines and scale automatically. It must also support file-level locking. Which storage service meets the requirements of this use case? Amazon EBS Cached Volumes Amazon S3 Amazon EFS.
An organization is deploying Amazon ElastiCache for Redis and requires password protection to improve their data secure posture. Which solution should a Solutions Architect recommend? IAM database authentication VPC security group for Redis AWS Single Sign-On Redis Auth.
A company is developing several critical long-running applications hosted on Docker. How should a Solutions Architect design a solution to meet the scalability and orchestration requirementes on AWS? Use Spot Instances for orchestration and for scaling containers on existing Amazon EC2 instances. Use AWS OpsWorks to launch containers in new Amazon EC2 instances. Use Auto Scaling groups to launch containers on existing Amazon EC2 instances. Use Amazon ECS and Service Auto Scaling.
An application generates audit logs of operational activities. Compliance requirements mandate that the application retains the logs for 5 years. How can these requirements be met? Save the logs in an Amazon EFS volume and use network File System version 4 (NFSv4) locking with the volume. Save the logs in an Amazon S3 bucket and enable MUlti-Factor Authentication Delete (MFA Delete) on the bucket. Save the logs in an Amazon EBS volume and take snapshots. Save the logs in an Amazon Glacier vault and use the Vault Lock feature.
A company has an Amazon RDS-managed online transaction processing system that has very heavy read and write. The Solutions Architect notices throughput issues with the system. How can the responsiveness of the primary database be improved? Offload SELECT queries that can tolerate stale data to READ replica. Use asynchronous replication for standby to maximize throughput during peak demand. Offload SELECT query that needs the most current data to READ replica. Offload SELECT and UPDATE queries to READ replica.
A company has a legacy application using a porpietary file system and plans to migrate the application to AWS. Which storage service should the company use? Amazon EBS Amazon S3 Amazon DynamoDB Amazon EFS.
How can a user track memory usage in an EC2 instance? Use an instance type that supports memory usage reporting to a metric by default. Place an agent on the EC2 instance to push memory usage to an Amazon Cloud Watch custom metric. Call Amazon Cloud Watch to retrieve the memory usage metric data that exists for the EC2 instance. Assign an IAM role to the EC2 instance with an IAM policy granting access to the desired metric.
A company is launching a static website using the zone apex (mycompany.com). The company wants to use Amazon Route 53 for DNS. Which steps should the company perform to implement a scalable and cost-effective solution? (Choose two) Host the website on an Amazon EC2 instance with ELB and Auto Scaling, and map a Route 53 alias record to the ELB endpoint. Host the website on an Amazon EC2 instance, and map a Route 53 alias record to the public IP address of the Amazon EC2 instance. Create a Route 53 hosted zone, and set the NS records of the domain to use Route 53 servers. Serve the website from an Amazon S3 bucket, and map a Route 53 alias record to the website endpoint. Host the website using AWS Elastic Beanstalk, and map a Route 53 alias record to the Beanstalk stalk.
An organization designs a mobile application for their customers to upload photos to a site. The application needs a secure login with MFA. The organization wants to limit the initial build time and maintenance of the solution. Which solution should a Solutions Architect recommend to meet the requirements? Use Amazon API Gateway and require SSE for photos Use Amazon Cognito Identity with SMS-based MFA Federate IAM against corporate AD that requires MFA Edit AWS IAM policies to require MFA for all users.
A website experiences unpredictable traffic. During peak traffic times, the database is unable to keep up with the write request. Which AWS service will help decouple the web application from the database? Amazon S3 AWS Lambda Amazon SQS Amazon EFS.
An a pplication that runs on an Amazon EC2 instance must make secure call to Amazon S3 buckets. Which steps can a Solution Architect take to ensurethat the calls are made without exposing credentials? Generate temporary access keys to grant users temporary access to the Amazon EC2 instance Generate an access key ID and a secret key, and assign an IAM role with least privilege Create an IAM policy granting access to all services and assign it to the Amazon EC2 instance profile Create an IAM role granting least privilege and assign it to the Amazon EC2 instance profile.
A company wants to create an application that will transmit protected health information (PHI) to thousands of service consumers in different AWS accounts. The application servers will sit in private VPC subnets. The routing for the application must be fault tolerant. What should be done to meet these requirements? Create a virtual private gateway connection between each pair of service provider VPCs and service consumer VPCs Create a VPC endpoint service and grant permissions to specific service consumers to create a connection Create a proxy server in the service provider VPC to route requests from service consumers to the application servers. Create an internal Application Load Balancer in the service provider VPC and put application servers behind it.
A company wants to impprove latency by hosting images within a public Amazon S3 bucket fronted by an Amazon CloudFront distribution.. The company wants to restrict access to the S3 bucket to include the CloudFront distribution only, while also allowing CloudFront to continue proper functionality. What should be done aftermaking the bucket private to restrict access with the LEAST operational overhead? Create a CloudFront origin access identity and update the bucket policy to grant access to it. Enable the CloudFront option to restrict viewer access and update the bucket policy to allow the distribution Create a CloudFront origin access identity and create a security group that allows access from CloudFront. Create a bucket policy restricting all access to the bucket to include CloudFront IPs only.
A Solutions Architect is working on a PCI-compliant architecture that needs to call an external service providers API. The external provider requires IP whitelisting to verify the calling party. How should the Solutions Architect provide the external party with the IP addresses for whitelisting Associate a public elastic network interface to a published stage/endpoint in API Gateway, exposing the AWS Lambda function, and provide the IP address for the public network interface to the external party to whitelist Use an API Gateway in proxy mode, and provide the API Gateway IP address to the external service provider. Provide the external party the allocated AWS IP address rangefor Lambda functions, and send change notifications by usind a subscription to the AmazonIpSpaceChanged SNS topic. Deploy the Lambda function in private subnets and route outbound trafficthrough a NAT gateway. Provide the NAT gateways Elastic IP address to the external service provider.
An application provides a feature that allows users to securely download private and personal files. The web server is currently overwhelmed with serving files for download. A Solutions Architect must find a more effective solution to reduce web server load and costs, and must allows users to download only their own files. Which solution meets all requirements? Have the application encrypt the files and store them in the local Amazon EC2 Instance Store prior to serving them up for download Store the files in an encrypted Amazon EBS volume, and use a separate set servers to serve the downloads Store the files securely on Amazon S3 and have the application generate an Amazon S3 pre-signed URL for the user to download. Create an Amazon CloudFront distribution to distribute and cache the files.
A Lambda function must execute a query against an Amazon RDS database in a private subnet. Which steps are required to allow the Lambda function to access the Amazon RDS database (Select two) Change the ingress rules of the Amazon RDS security group, allowing the Lambda security group Create a VPC Endpoint for Amazon RDS Create the Lambda function within the Amazon RDS VPC Change the ingress rules of Lambda security group, allowing the Amazon RDS security group Add an internet Gateway (IGW) to the VPC, route the private subnet to the IGW.
A Solution Architect must migrate a monolithic on-premises application to AWS. It is a web application with a load balancer, web server, application server, and relational database. The key requirement driving the migration is that the application should perform better and be more elastic. Which of the following architectures would meet these requirements? Re-architect application as Service Oriented Architecture (SOA). Run database and application servers on-premises. Run web-facing EC2 servers. Use an Enterprice Service Bus to handle communications bettween different parts of the application running on-premises and in the cloud. Re-platform the application as a three-tier application. Use Elastic Load Balancing for incoming requests. Use EC2 for web and application tiers. UseRDS at the database tier. Use CloudWatch alarms and Auto Scaling for horizontal scaling at the web tier. Re-architect the application as a three-tier application. Move the database to Amazon RDS. Use read replicas and Amazon ElastiCache with RDS for better performance. Use an Application Load Balancer to forward incoming requests to web and application servers running on-premises. Re-host the application on Amazon EC2 with lift and shift of existing application code. Configure an Elastic Load Balancing load balancer to handle incoming requests. Use Amazon CloudWatch alarms to receive notification of scaling issues. Increase and decrease the size of the Amazon EC2 instances using AWS CLI or AWS Management Console as required.
A Solutions Architect must design a web application that will be hosted on AWS, allowing users to purchase access to premium, shared content that is stored in an S3 bucket. Upon payment, content will be avalaible for download for 14 days before the user is denied access. Which of the following would be the LEAST complicated implementation? Use an S3 bucket and provide direct access to the file. Design the application to track purchases in a DynamoDB table. Configure a Lambda function to remove data that is older than 14 days based on a query to Amazon DynamoDB Use an Amazon CloudFront distribution with an OAI. Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design the application to set an expiration of 14 days for the URI Use an Amazon CloudFront distribution with an OAI. Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design the application to set an expiration of 60 minutes for the URL, and recreate the URL as necessary. Use an Amazon CloudFront distribution with an origin access identity (OAI). Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design a Lambda function to remove data that is older than 14 days. .
A company needs to store data for 5 years. THe company will need to have immediate and highly available access to the data at any point in time, but will not require frequent access. What lifecycle action should be taken to meet the requirements while reducing costs? Transaction objects from Amazon S3 Standard to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) Transaction objects from Amazon S3 Standard to the GLACIER storage class. Transaction objects from Amazon S3 Standard to Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA) Transaction objects to expire after 5 years.
A popular e-commerce application runs on AWS. The application encounters performance issues. The database is running on the RDS Aurora engine on the largest instance size available. What should an administrator do to improve performance? Create a CloudFront distribution Create one or more read replicas Convert the database to use EBS Provisioned 10PS Convert the database to Amazon Redshift.
A Solutions Architect is designing a solution to storage a large quantity of event data in Amazon S3. The Architect anticipates that the workload will consistently exceed 100 requests each second. What should the Architect do in Amazon S3 to optimize performance? Ramdomize a key name prefix Use Amazon S3 Transfer Acceleration Store the event data in separate buckets Ramdomize the key name suffix.
A company has two different types of reporting needs on their 200-GB data warehouse: - Data scientists run a small number of concurrent ad hoc SQL queries that can take several minutes each to run. - Display screens throughouy the company run many fast SQL qeuries to populate dashboards. Which design would meet these requirements with the LEAST cost? Use Amazon Redshift for Data Scientists. Run automated dashboard queries against Redshift and store the results in Amazon ElastiCache. Dashboards query ElastiCache. Use Amazon Redshift for both requirements , with separate query qeues configured in workload management. Configure auto-replication between Amazon Redshift and Amazon RDS. Data scientists use Redshift. Dashboards use RDS. Replicate relevant data between Amazon Redshift and Amazon DynamoD. Data scientists use Redshift. Dashboards use DynamoDB.
A company is launching an application that it expects to be very popular. The company needs a database that can scales with the rest of the application. The schema will change frequently. The application cannot afford any downtime for database changes. Which AWS service allows the company to achieve these objectives? Amazon Aurora Amazon Redshift Amazon RDS MySQL Amazon DynamoDB.
A Solutions Architect has been given the following requirements for a company´s VPC: - The solution is a two-tiered application with a web tier and a database tier. - All web traffic to the environment must be direct from the Internet to an Application Load Balancer. - The web servers and the databases should not obtain public IP addresses or be directly accessible from the public Internet. - Because of security requirements, databases may not share a route table or subnet with any other service. - The environment must be highly available within the same VPC for all services. What is the minimum number of subnets that the Solution Architect will need based on these requirements and best practices? 3 2 6 4.
A Solution Architect is developing a new web application on AWS. The services must scale to support an increasing load. The Architect wants to focus on software development and deploying new features rather than provisioning or managing servers. Which AWS service is appropiate? CloudFormation Auto Scaling Elastic Beanstalk EC2 Container Service.
An application hosted on AWS uses object storage for storing internal reports that are accessed dauly by the CFO. Currently, these reports are publicly available. How should a Solution Architect re-design this architecture to prevent unauthorized access to these reports? Encrypt the files on the client side and store the files on Amazon Glacier , then decrypt the reports on the client side. Move the files to Amazon ElastiCache and provide a username and password for downloading the reports. Store the files on Amazon S3 and use the application to generate S3 pre-signed URLs to users. Specify the use of AWS KMS server-side encryption at the time of an object creation on Amazon S3.
A company has asked a Solution Architect to ensure that data is protected during data transfer to and from Amazon S3. Use of which service will protect the data in transit? HTTPS FTPS AWS KMS SFTP.
A company is migrating its data center to AWS. As part of this migration, there is a Three-tier web application that has strict data at rest encryption requirements. The customer deploys this application on Amazon EC2 using Amazon EBS, and now must provide encryption at-rest. How can this requirement be met without changing the application? Use an application-specific encryption API with AWS server-side encryption Use third-party tools to encrypt the EBS data volumes with Key Management Service Bring Your Own Keys. Use encrypted EBS storage volumes with AWS-managed keys. Use AWS Key Management Servce and move the encryted data to Amazon S3.
A company is storing data in an Amazon DynamoDB table and needs to take daily backups and retain them for 6 months. How should the Solutions Architect meet these requirements without impacting the production workload? Use AWS Bath to create a scheduled backup with the default template, then back up to Amazon S3 daily. Use Amazon Cloud Watch Events to trigger an AWS Lambda function that make an on-demand backup of the table. Use AWS Data Pipeline and create a scheduled job to back up the DynamoDb table daily. Use DynamoDB replication and restore the table from the replica.
A solution Arquitect is designing the storage ayer for a production relational database. The database will run on Amazon EC2. The database is accessedby an application that performs intensive reads and writes, so the database requires the LOWEST random I/O latency. Which data storage method fulfills the above requirements? Store data in Amazon S3 and use a third-party solution to expose Amazon S3 as a filesystem to the database server. Store data in a filesystem backed by Amazon Elastic File System (EFS) Stripe data across multiple Amazon EBS volumes using RAID 0 Store data in Amazon Dynamo DB and emulate relational dtabase semantics.
A Solutions Architect is designing a system that will store Personally Identifiable Information (PII) In an Amazon S3 Bucket. Due to compliance and regulatory requirements, both the master keys and unecrypted data should never be sent to AWS. What Amazon S3 encryption technique should the Architect choose? Amazon S3 server-side encryption with a customer-provided key Amazon S3 client-side encryption with an AWS KMS-managed customer master key (CMK) Amazon S3 server-side encryption with an AWS KMS-managed key Amazon S3 client-side encryption with a client-side master key.
A Solution Architect is designing a highly-available website thet is served by multiple web servers hosted outside of AWS. If an instance becomes unresponsive, the Architect needs to remove it from the rotation. What is the MOST efficient way to fulfill this requirement? Use an Amazon Elastic Load Balancer Use Amazon Route 53 health checks Use Amazon API Gateway to monitor availability Use Amazon CloudWath to monitor utilization.
A Solutions Architect needs to design an architecture for a new, mission-critical batch processing billing application. The application is required to run Monday, Wednesday, and Friday from 5AM to 11AM. Which is the MOST cost-effective Amazon EC2 pricing model? Scheduled Reserved Instances Dedicated Amazon EC2 Instances ON-Demand Amazon EC2 Instances Amazon EC2 Spot Instances.
A client is migrating a legacy web application to the AWS Cloud. THe current system uses an Oracle database as a relational database management system solution. Backups occur every night, and the data is stored on- premises. The Solutions Architect must automate the backups and identity a storage solution while keeping costs low. Which AWS service will meet these requirements? Amazon RDS Amazon Redshift Amazon ElastiCache Amazon DynamoDB Accelerator.
A Solutions Architect is about to deploy an API on multople Ec2 instances in an Auto Scaling group behind an ELB. The support team has the following operational requirements: 1. They get an alert when the requests per second go over 50,000 2. They get an alert ehen latency goes over 5 seconds. 3. They can validate how many times a day users call the API requesting highly-sensitive data. Which combination of step does the Architect need to take to satisfy these operational requirements? (Select two). Configure CloudWatch alarms for any metrics the support team requires Ensure that CloudTrail is enabled Ensure that detailed monitoring for the EC2 instances in enabled. Create an application to export and save CloudWatch metrics for longer term trending analysis Create a custom CloudWatch metric to monitor the API for data access.
A company needs to quickly ensure that all files created in an Amazon S3 bucket in us-east-1 are also available in another bucket in ap-southeast-2. Which option represents the SIMPLIEST way to implement this design? Use SNS to notify the bucket in ap-southeast-2 to create a file whenever the file is created in the bucket in us-east-1 Create a Lambda function to be triggered for every new file in us-east-1 that copies the file to the bucket in ap-southeast-2 Enable versioning and configure cross-region replication from the bucket in us-east-1 to the bucket in ap-southeast-2 Add an S3 lifecycle rule to move any files from the bucket in us-east-1 to the bucket in ap-southeast-2.
A company has many applications on Amazon EC2 instances running in Auto Scaling groups. Company policies require that data on the attached Amazon EBS volume must be retained. Which actions will meet this requirement without impacting performance? Disable DeleteOn Termination for the Amazon EBS volumes. Change the auto scaling Health Check to Point to a source on the root volume Use Amazon Ec2 user data to set up a synchronization job for root volume data Enable Termination Protection on the Amazon EC2 instances.
Two Auto Scaling Applications, Application A and Application B, currently run within a shared set of subnets. A Solution Architect wants to make sure that Application A can make requests to Application B, but Application B should be denied from making requests to Application A. Which is the Simplest solution to achieve this policy? Using security groups that reference the security groups of the other application. Using security groups that reference the application server´s IP address Migrating the applications to separate subnets from each other. Using Network Access Control Lists To allow/deny traffic based on application IP address.
A Architect is creating a serverless web application that must access mapping data in hundreds of data files, each containing approximately 30KB of data. The storage required is expected to grow to hundreds of terabytes. Wich storage solution is most cost-effective, yet still meets the requirements for this use case? Amazon EBS Cold HDD (scl) Amazon EFS Amazon S3 Standard Amazon DynamoDB.
A company wants to migrate a highly transactional database to AWS. Requirements state that the database has more than 6 TB of data and will grow exponentially. Which solution should a Solutions Architect recommend? Amazon Aurora Amazon DynamoDB Amazon RDS MySQL Amazon Redshift.
An application requires block storage for file updates. The data is 500 GB and must continously sustain 100 miB/s of aggregate read/write operations. Which storage option is appropiate for this application? Amazon EBS Amazon Glacier Amazon EFS Amazon S3.
A user is testing a new service that receives location updates from 3,600 rental cars every hour. Which service will collect data and automatically scale to accommodate production workload? Amazon Kinesis Firehose Amazon EBS Amazon EC2 Amazon API gateway.
A company is deploying a reporting application on Amazon EC2. The application is expected to generate 1,000 documents every hour and each document will be 800 MB. The company is concerned about strong data consistency and file locking as various applications hosted on other EC2 instances will process the report documents in parallel when they become available. What storage solution will meet these requirements with the LEAST amount of administrative overhead? Amazon EFS Amazon S3 Amazon ElastiCache Amazon EBS.
A company is launching a marketing campaign on their website tomorrow and expects a significant increase in traffic. The website is design as a multi-tiered web architecture, and the increase in traffic could potencially overwhelm the current design. What should a Solutions Architect do to minimize the effects from potential failure in one or more of the tiers? Use Auto Scaling to keep up with the demand Migrate the database to Amazon RDS Set up DNS failover to a statistic website Use Both a SQL and a NoSQL database in the design.
Employees from several companies use an application once a year during a specific 30-day period. The periods are different for each company. Traffic to the application spikes during these 30-day periods. How can the application be designed to handle these traffic spikes? Use Amazon Cloud Front to serve static assets to decrease the load on the EC2 instances. Use an Amazon Route 53 latency routing policy to route traffic to an Amazon EC2 instance with the least lag time Use an auto Scaling group to scale the number of EC2 instances to match the site traffic. Use Amazon S3 to cache static elements of the website requests.
A Solution Architect is designing solution with AWS Lambdawhere different environments require different database passwords. What should the Architect do to accomplish this in a secure and scalable way? Create a Lambda Function for each individual environment. Use AmazonDynamoDB to store environmental variables Use encrypted AWS Lambda environmental variables Implement a dedicated Lambda function for distributing variables,.
A company has a Node.js application running on Amazon EC2 that currently retrieves data for customers from a DynamoDBtable. The company is seeing many repeat queries for the same items, and the number of queries is continuing to increase as the application gains popularity. What solution will reduce the number of read capacity units (RCUs) required while minimizing the amount of refactoring that must be done to the application? Obtain reserved Capacity for Amazon DynamoDB to manage the increased number of queries Use Amazon DynamoDB Accelerator (DAX) to provide a caching layer Use a Lambda function to make concurrent requests for caching Use Amazon ElastiCache to provide a caching layer.
An environment has an Auto Scaling group across two Availability Zones referred to as AZ-a and AZ-b and a default termination policy. AZ-a has four Amazon EC2 instances, and AZ-b has three EC2 instances. None of the instances is protected from a scale-in. How will Auto Scaling proceed if there is a scale-in event? Auto Scaling terminates the instance with the oldest launch configuration of all instances. Auto Scaling selects an instance to terminate randomly Auto Scaling terminates the instance with the closest next billing hour of all instances Auto Scaling selects the Availability Zone with four EC2 instances and then continues to evaluate.
A company wants to expand its web services from us- east-1 into ap-southeast-1. The company stores a large amount of static content on its website, and recently received complaints about slow loading speeds and the website timing out. What should be done to meet the expansion goal while also addressing the latency and timeout issues? Use Amazon S3 to store the static content and configure an Amazon CloudFront distribution. Use an Amazon Route 53 simple routing policy to distribute cached content across three regions. Store the static content in Amazon S3 and enable S3 Transfer Acceleration Store the static content in an Amazon EBS volume in the ap-southeast-1 region and provision larger Amazon EC2 instances for the website.
Denunciar test Consentimiento Condiciones de uso