BE/AWS

[ AWS ] VPC 내 RDS public access

HEON.D 2023. 7. 5. 10:33

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 호스트네임 허용으로 변경

 

https://stackoverflow.com/questions/62875709/the-specified-vpc-does-not-support-dns-resolution-dns-hostnames-or-both-updat

 

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

 

'BE > AWS' 카테고리의 다른 글

[ AWS ] RDS parameter utf8mb4  (0) 2023.09.06
[ AWS ] VPC Network ACL  (0) 2023.08.18
[ AWS ] S3 버킷 복사  (0) 2023.07.05
[ AWS ] EB npm install --force 지정하고 싶은 경우  (0) 2023.05.19
[ AWS ] sudo 설치법 - sharp편  (0) 2022.09.19