Skip to content

SkyOps-Dev/elastic-beanstalk-tutorial-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying This Project to AWS Elastic Beanstalk

This project can be deployed to AWS Elastic Beanstalk using a ZIP file of the application source code.

📦 Create a Deployment ZIP File

Follow these steps to create the deployment ZIP:

1. Clone the Repository

git clone https://github.com/SkyOps-Dev/elastic-beanstalk-tutorial-.git

2. Navigate to the Project Directory

cd my-app

3. Create a ZIP File (Excluding .DS_Store)

zip -r ../my-app.zip . -x "*.DS_Store"

4. Go Back to the Parent Directory

cd ../

After running these commands, your directory structure should look like this:

.
├── my-app
└── my-app.zip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published