Learning (Jinseung Yu)
/
AWS Architecture
/
AWS Architecture Study
/
Client VPN RDS
/
Connect
Search
Connect
$RDS_EP
=$
(
aws rds describe-db-cluster-endpoints
--
query
"DBClusterEndpoints[?EndpointType=='WRITER'].Endpoint"
--
output text
)
PowerShell
복사
mysql
-
h
$RDS_EP
-
u admin
-
P 3306
-
pSkill53
##
PowerShell
복사