aws-regions Questions
4
Solved
I have an EC2 and RDS in the same region US East(N. Virginia) but both resources are in different zones; RDS in us-east-1a and EC2 in us-east-1b.
Now the question is that if I put both resources w...
Cacography asked 14/1, 2019 at 22:57
1
I have the following config that I generate as part of user data for my EC2 instance
{
"agent": {
"run_as_user": "root"
},
"logs": {
"logs_collected": {
"files": {
"collect_list": [
{
"fi...
Saltzman asked 15/4, 2020 at 18:16
2
Solved
We can enable/disable regions at the account level by logging in as the AWS account administrator and going to My Account -> AWS Regions. Only "opt-in" regions can be enabled or disabl...
Decapolis asked 21/7, 2020 at 6:5
2
Solved
I have the following deploy.tf file:
provider "aws" {
region = "us-east-1"
}
provider "aws" {
alias = "us_west_1"
region = "us-west-2"
}
resource "aws_us_east_1" "my_test" {
# provider = "aw...
Inspirational asked 30/12, 2018 at 21:1
2
Solved
Quick one.
What does it look like when you’ve got one lambda deployed in multiple regions? Is it just 2 separate copies of the same code with a different name, different ARN etc?
does AWS view th...
Christian asked 24/4, 2018 at 13:8
2
In my main.tf I have an empty aws provider defined
provider aws {}
In the absence of environment variables the aws provider picks the [default] credentials from ~/.aws/credentials. However I sti...
Tributary asked 25/2, 2020 at 22:41
2
I am getting the following error when trying to access my s3 bucket with aws rekognition:
message: 'Unable to get object metadata from S3. Check object key, region and/or access permissions.',
M...
Unfriendly asked 24/3, 2018 at 14:48
3
Solved
My problem
I am writing a simple js function that reads some information from AWS CloudWatch Logs.
Following the answer at Configuring region in Node.js AWS SDK, and the AWS nodejs SDK documentat...
Thiouracil asked 11/7, 2017 at 10:46
1
© 2022 - 2024 — McMap. All rights reserved.