AWS Elastic Beanstalk
Number of APIs: 3
About this collection
This collection helps you deploy and manage a new AWS Beanstalk application and environment. It contains requests to create, update, describe, and terminate applications and environments.
Using the collection
1. Each request contains some sample data in the request body that you can update with the right details.
2. Send the request to complete the intended action.
If you’re creating a new application, go through each request in the given order. If you need to manage one-off tasks like creating a version or updating an environment, send the respective request.
-
Describe Environments POST https://{{endpoint}}
-
Terminate Environment POST https://{{endpoint}}/?Action=TerminateEnvironment&EnvironmentName=YOUR_ENVIRONMENT_NAME
-
Delete Application POST https://{{endpoint}}/?Action=DeleteApplication&ApplicationName=YOUR_APPLICATION_NAME