Two days ago, I was able to access our databases fine. This morning I am getting an error when trying to create a connection.
> conn <- create_connection("projects-app")
Fetching /dbconnect/projects-app/user from EC2 parameter store
Fetching /dbconnect/projects-app/password from EC2 parameter store
An error occurred (503) when calling the GetParameter operation (reached max retries: 4): Service Unavailable
Error: parse error: premature EOF
(right here) ------^
In addition: Warning message:
running command ''aws' ssm get-parameter --with-decryption --name /dbconnect/projects-app/password' had status 255
Two days ago, I was able to access our databases fine. This morning I am getting an error when trying to create a connection.