AWS Ec2 instance I am getting Unknown Host Exception #1371
Replies: 1 comment
-
The problem was solved when i ran it on my device |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`
object AwsConfig {
private const val IDENTITY_POOL_ID = "MY_KEY"
private const val REGION = "eu-north-1"
private const val ACCESS_KEY_ID = "MY_KEY"
private const val SECRET_ACCESS_KEY = "MY_KEY"
}
`
This is wht i did and i am getting an Exception
I have given internet permissions and all so I checked them is this way correct as I am using the credentials directly.
Beta Was this translation helpful? Give feedback.
All reactions