mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 14:03:55 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
|
||||
[]()
|
||||
# Deploy a hello world web application
|
||||
I would like to deploy a hello world web application to my AWS environment.
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
I would like to deploy a hello world web application to my AWS environment.
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Here are the general steps to deploy a Hello World web application on AWS:
|
||||
|
||||
|
||||
|
||||
1. Choose an AWS service that is suitable for hosting your web application. Amazon EC2, Elastic Beanstalk, or Lambda are popular choices.
|
||||
|
||||
2. Create an instance or environment in the chosen AWS service and configure it appropriately, including setting up security groups, storage, and networking.
|
||||
|
||||
3. Install and configure web server software (e.g., Apache, Nginx) if needed.
|
||||
|
||||
4. Upload your Hello World code to the instance or environment.
|
||||
|
||||
5. Test your web application to make sure it's running correctly.
|
||||
|
||||
|
||||
|
||||
For detailed instructions, refer to the AWS documentation specific to the service you choose.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user