IT Questions and Answers :)

Tuesday, January 17, 2023

Your company maintains part of its services in a local data center and part in the AWS cloud. Which of the following cloud types best describes your company’s cloud implementation?

Your company maintains part of its services in a local data center and part in the AWS cloud. Which of the following cloud types best describes your company’s cloud implementation?

  • Private
  • Hybrid
  • Public
  • Community 
Your company maintains part of its services in a local data center and part in the AWS cloud. Which of the following cloud types best describes your company’s cloud implementation?

Explanation

A hybrid cloud is a cloud computing environment that uses a mix of on-premises, private cloud and third-party, public cloud services, with orchestration between the two platforms.
AWS Storage Gateway is a set of hybrid cloud storage services that provide on-premises applications with access to virtually unlimited cloud storage.

Share:

Your engineer is concerned about high CPU utilization on several of your EC2 instances. What service should you use to monitor this?

Your engineer is concerned about high CPU utilization on several of your EC2 instances. What service should you use to monitor this?

  • Service Catalog
  • CloudWatch
  • Trusted Advisor
  • Config
Your engineer is concerned about high CPU utilization on several of your EC2 instances. What service should you use to monitor this?

Explanation

CloudWatch is the primary monitoring tool in AWS.
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time. You can use CloudWatch to collect and track metrics, which are variables you can measure for your resources and applications.
CloudWatch enables you to monitor your complete stack (applications, infrastructure, network, and services) and use alarms, logs, and events data to take automated actions and reduce mean time to resolution (MTTR). This frees up important resources and allows you to focus on building applications and business value.
Share:

____ is the type of billing used in for AWS?

 ____ is the type of billing used in for AWS?

  • Pay-as-you-terminate
  • Pay-for-reservations
  • Pay-as-you-go
  • Pay-as-you-estimate
____ is the type of billing used in for AWS?

Explanation

AWS uses a pay-as-you-go pricing model.

AWS offers you a pay-as-you-go approach for pricing for the vast majority of our cloud services. With AWS you pay only for the individual services you need, for as long as you use them, and without requiring long-term contracts or complex licensing.

There are three fundamental drivers of cost with AWS: compute, storage, and outbound data transfer.

Share:

Which would not be considered a major benefit of IaaS?

Which would not be considered a major benefit of IaaS?

  • Eliminating security concerns
  • Reducing CapEx
  • Increasing speed and agility
  • Leveraging AWS expertise
Which would not be considered a major benefit of IaaS?

Explanation

Even when you engage in Infrastructure as a Service (IaaS)with AWS, you are still responsible for aspects of securing the infrastructure.


Share:

What is the default duration of time that CloudFront will keep files at Edge Locations?

What is the default duration of time that CloudFront will keep files at Edge Locations?

  • 6 hours
  • 12 hours
  • 24 hours
  • 48 hours

What is the default duration of time that CloudFront will keep files at Edge Locations?

Explanation

By default, if no cache control header is set, each Edge Location checks for an updated version of your file whenever it receives a request more than 24 hours after the previous time it checked the origin for changes to that file. This is called the “expiration period.” You can set this expiration period to be as short as 0 seconds or as long as you’d like by setting the cache control headers on your files in your origin. Amazon CloudFront uses these cache control headers to determine how frequently it needs to check the origin for an updated version of the file. For an expiration period set to 0 seconds, Amazon CloudFront will revalidate every request with the origin server. If your files don’t change very often, it is best practice to set a long expiration period and implement a versioning system to manage updates to your files.

Share:

Popular Posts