-
## 목표
강좌에서는 Heroku를 사용하였으나 Heroku가 유료화된 관계로 EC2에 서버 올리고 CI/CD 통합해보는걸로 해보려함.
- 목표 : 깃허브 리포지토리 main 브랜치에 새로운 변경이 발생하면, EC2에 자동으로 푸쉬 및 배포 됨
## 태스크
- [x] AWS 신규 계정 작성 및 가입
- [x] EC2에 배포
- [x] CI/C…
-
### Terraform Core Version
1.6.2
### AWS Provider Version
5.31.0
### Affected Resource(s)
null_resource
### Expected Behavior
We have an Elastic Beanstalk app where we'd like to a…
-
Good evening @ian-deloach and @pawaitemadisoncollege,
Here I left my feedback for peer review.
# Design/Code Review 2
## Project:
### Developer:
#### Reviewer:
|Areas for Improvement…
-
Using
```
lifecycle {
create_before_destroy = true
}
```
on some resources, e.g. aws_elastic_beanstalk_environment, will result in a `resource already exists` error. E.g
```
* a…
-
I am receiving the above error when trying to upload my code to Lambda using the cli:
```
aws lambda update-function-code --function-name --zip-file fileb://api.zip
```
This was working fine a co…
-
**Describe the bug**
Currently we are not redirecting http traffic (port 80) to be https instead (port 443).
This is because of a missing configuration in our Elastic Beanstalk deployment.
The AP…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Corepack Version 0.25.1
OS: Amazon Linux 2023/6.1.0 (Elastic Beanstalk) - Node 18
When we run
`corepack yarn`
we receive the error:
`Internal Error: ENOENT: no such file or directory, open '/r…
-
**Describe the bug**
Publish to AWS will not load within Visual Studio 2022, It still works in VS 2019.
If I click on Edit It says the connection is Valid.
After a while I get "Unable to start a de…
-
## Description ##
I have a Streamlit application deployed in AWS Elastic Beanstalk. To authenticate users, my app has been using streamlit-authenticator in version 0.2.1.
My app has been in pro…