Amazon Web Services (AWS) cloud services are provided in different named geographic locations called "regions". Different regions often require different configurations and feature slightly different services.
Questions tagged [aws-regions]
87 questions
0
votes
0 answers
Cost effective way to retrieve large files from S3 bucket in a different region
We have a 3x daily recurring automated task to download and restore a full backup of a large DB from an EU S3 bucket to our on-prem server in the US. This was setup when the DB itself was small and transfer time/costs were minimal. Due to factors…

Nathan
- 4,545
- 6
- 32
- 49
0
votes
1 answer
How to measure response time to different endpoints from different AWS regions?
Let's supposed I am running an API that are available via different endpoints, each being deploy in different data centres. For instance:
ny.api.example.com (New York, US data centre)
ln.api.example.com (London, UK data centre)
sg.api.example.com…

dayuloli
- 16,205
- 16
- 71
- 126
0
votes
1 answer
AWS Config Error due to missing region in function call
import * as aws from 'aws-sdk';
...
const awsConfigurationParmeters: ConfigurationOptions = {
logger,
maxRetries: 10,
region
};
if (Object.keys(customHttpOptions).length > 0) {
awsConfigurationParmeters.httpOptions =…

gatsbyz
- 1,057
- 1
- 10
- 26
0
votes
1 answer
Limiting one IAM user resources from another IAM user in Same AWS account
Hi I am currently working with IAM services in AWS and I need a help and here is my question. I need to create two users user1 and user2 .my help is that when I logged in as user1 and create an instance it shouldnot be visible to user2 when he…
0
votes
1 answer
How to get account id and region dynamically while creating cloudwatch alarm via API
I am making AutoRecovery alarm via API and i want to make my code work in any system by just calling the python script. but as every one has unique AWS account id and region can also be different, so i want to fetch account id and region…

aneesha kumari
- 41
- 1
- 2
0
votes
1 answer
Worth publishing different site languages on different AWS locations?
I cannot separate pages dedicated to different regions/languages between AWS buckets in different locations (pages are NOT on separate sub-domains, e.g. en.example.com and de.example.com, instead, pages are structured as example.com/en and…

Shurov
- 400
- 1
- 9
- 20
0
votes
1 answer
Terraform CodePipeline ActionType in action 'Deploy' is not available
Trying to create AWS CodePipeline using Terraform. While applying resource aws_codepipeline > Deploy action, I'm getting below error:
* module.pipeline.aws_codepipeline.pipeline: 1 error(s) occurred:
* aws_codepipeline.pipeline: [ERROR] Error…

the-petrolhead
- 597
- 1
- 5
- 16
0
votes
1 answer
AZ mapping per user
I read "Each AWS Account has independently mapped AZs, which can vary between different accounts" in a book.
As far as I know , each region has its well-defined AZs.
So how does it come that the AZs vary from a user to another ?

loser8
- 362
- 3
- 14
0
votes
1 answer
AWS Encryption SDK Header Mismatch between Regions
I'm using the Amazon Encryption SDK to encrypt data before storing it in a database. I'm also using Amazon KMS. As part of the encryption process, the SDK stores the Key Provider ID of the data key used to encrypt in the generated cipher-text…

stan
- 4,885
- 5
- 49
- 72
-1
votes
1 answer
Lambda timeout after 1 second
According to https://docs.aws.amazon.com/lambda/latest/dg/limits.html Lambda functions are supposed to timeout after 5 minutes but mine is getting a task timed out after 1 second. It reads a small text file from an S3 bucket, parses it and performs…

user3333099
- 49
- 1
- 4