[ AWS ] VPC 내 RDS public access
Cannot create a publicly accessible DBInstance. The specified VPC does not support DNS resolution, DNS hostnames, or both. Update the VPC and then try again (Service: AmazonRDS; Status Code: 400; Error Code: InvalidVPCNetworkStateFault
DNS 호스트네임 허용으로 변경
The specified VPC does not support DNS resolution, DNS hostnames, or both. Update the VPC and then try again
I am trying to create a PostgreSQL RDS in custom VPC. When I modify the Public access option to Yes and click Create database, I get the following error: Cannot create a publicly accessible DBInsta...
stackoverflow.com
https://iamreadytocommit.tistory.com/42
aws RDS 생성중 VPC 관련 에러가 발생하는 경우
RDS 생성중 아래와 같은 에러가 발생했다. Cannot create a publicly accessible DBInstance. The specified VPC does not support DNS resolution, DNS hostnames, or both. Update the VPC and then try again (Service: AmazonRDS; Status Code: 400; Error
iamreadytocommit.tistory.com
https://torbjorn.tistory.com/689
[EC2] rds 접속할 수 있도록 security group 인바운드 룰 설정 방법
RDS를 만들고, django에서 db 커넥터 설정까지도 다 했는데 db 접근이 안됩니다. 이유는 RDS security group(보안 그룹)에서 인바운드 설정이 잘못 되어 있어서 그런 것이었습니다. 일단 RDS의 security group
torbjorn.tistory.com