Skip to content

AWS resources

Ways to interact with AWS services

  • AWS Management Console
  • AWS Command Line Interface (AWS CLI)
  • software development kits (SDKs).
  • AWS Elastic Beanstalk: you provide code and configuration settings and Elastic Beanstalk deploys the resources necessary to perform the following tasks
    • Adjust capacity
    • Load balancing
    • Automatic scaling
    • Application health monitoring
  • AWS CloudFormation: infrustructure as code resource

References

  1. https://explore.skillbuilder.aws/learn/course/134/play/85854/aws-cloud-practitioner-essentials Module 3