A systems administrator needs to accomplish two tasks on AWS: first, define and provision a stack of resources using a repeatable template, and second, write a Python application that programmatically interacts with AWS services. Which two tools or services are designed for these tasks?
- AWS CloudFormationCevap
- AWS Software Development Kit (AWS SDK)Cevap
- CAWS Elastic Beanstalk
- DAWS Management Console
- EAmazon CloudWatch
Cevap
AWS CloudFormation and AWS Software Development Kit (AWS SDK) are the correct tools.
AWS CloudFormation allows users to write templates to define and provision AWS infrastructure in a repeatable way. The AWS Software Development Kit (AWS SDK) provides language-specific APIs, such as Boto3 for Python, allowing users to write applications that programmatically control AWS resources.
Adım Adım Çözüm
Anahtar Kavram
AWS Deployment and Operating Methods