Questions tagged [aws-regions]

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.

87 questions
1
vote
3 answers

How to use AWS DMS from a region to an other?

I am trying to use AWS DMS to move data from a source database ( AWS RDS MySQL ) in the Paris region ( eu-west-3 ) to a target database ( AWS Redshift ) in the Ireland region ( eu-west-1 ). The goal is to continuously replicate ongoing changes. I am…
Hugo
  • 1,195
  • 2
  • 12
  • 36
1
vote
1 answer

AWS CLI executing in wrong regions

My AWS profile is configured to default to eu-west-1, however when I run an AWS CLI command, it is executing in us-east-1: >aws configure get region eu-west-1 >aws events put-rule --name hourly_trigger --schedule-expression "rate(60 minutes)" { …
Nathan
  • 4,545
  • 6
  • 32
  • 49
1
vote
0 answers

securely serve S3 data in GovCloud with CloudFront

CloudFront can serve S3 data hosted in public region, secured by Origin Access Identities. However, this doesn't work for S3 in GovCloud. The documentation mentions something about restricting access to CloudFront IPs, but that's not security…
0
votes
0 answers

AWS CopyImage how to specify destination region

I am trying to copy an ami to a different region than the source ami, E.g. copy and image from us-east-1 to us-east-2, and doing this via systems manager automation. The aws documentation says To copy an AMI from one Region to another, specify the…
0
votes
1 answer

Where to find list of AWS Region IDs

I am looking at these two comment replies: Terraform ELB access_log S3 access Permissions Issue Assign ELB Account to S3 Bucket Policy Which include the following list: Region, ELB Account Principal ID us-east-1, 127311923021 us-east-2,…
ONMNZ
  • 322
  • 3
  • 8
0
votes
0 answers

Is there any decrease in time to load a website hosted in AWS amplify if region is changed from location 1 to location 2(all users are from Ioc 2)

I have a website hosted on AWS amplify which has region in USA and I want to change region from USA TO India. Is there any decrease in website load speed(it is slow) if I do so. All my users are located in India. I am asking this as amplify already…
0
votes
0 answers

Lambda invocation failed with status: 403 on new AWS region

I enabled a new AWS region (Africa, Cape Town) I created a new lambda on the new region. I connected the mentioned lambda to my API-Gateway located in Frankfurt region and when trying to access it, there is a internal server error. CloudWatch shows…
0
votes
0 answers

Creating multiple resources in different regions of the same AWS account

We have a service (using a lot of AWS components) which is hosted in us-west-1 AWS region. Now we have a requirement to host a database (mostly a ddb) in the eu-south-2 AWS region. Someone told me that it's not ideal to host infra in different…
iam.Carrot
  • 4,976
  • 2
  • 24
  • 71
0
votes
0 answers

AWS - Regions and Performance

So I'm busy setting up instance on AWS (EC2), but i'm trying to get the best performance for my buck. Most of the audience of my website will be located in South Africa, my domain. ARM64 is not yet available in the Cape Town region but is available…
0
votes
1 answer

Registering ECS services in CloudMap in Multi-Region environment

AWS ECS allows for new services to automatically use Service Discovery, as mentioned in the documentation here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-configure-servicediscovery.html If I understand correctly, there…
Przemek
  • 6,300
  • 12
  • 44
  • 61
0
votes
2 answers

Why cloudfront distribution not listing elastic load balancer in HongKong region?

I am creating a Cloud Front distribution in AWS. I have a ELB created in Hong Kong region. When I am selecting Origin Domain, My ELB in Hong Kong region is not coming in drop down. While, I tried with creating ELB in N.Virginia region and it is…
0
votes
1 answer

Run-instances in another region without changing aws configuration

I would like to run an EC2 in another region without having to change aws configuration. This is a script that should run for other users as well. I know that it is possible to create an SG in another region just by passing the argument --region…
0
votes
1 answer

How to retrieve data from different AWS regions for my glue job?

I have Glue DBs(db1 and db2) and tables(tbl1 and tbl2) available in different AWS regions(eu-west-1 and us-east-1) respectively. My glue job in eu-west-1, needs data from both the tables, just a simple select * from db1.tbl1 and select * from…
0
votes
1 answer

Dynamically create AWS S3 buckets in multiple regions

Is there a way to create terraform aws_s3_bucket resources dynamically in different regions? Argument region is no longer supported, creating provider aliases in different regions dynamically is also not supported. Is there a way to do this?
0
votes
1 answer

AWS regional service availability (Amazon FSx for Lustre)

I'm trying to follow the Parallel Cluster tutorial and pcluster create-cluster failed. The reason, per pcluster get-cluster-stack-events: Amazon FSx does not currently support Lustre file system creation in the following Availability Zones:…
Amadan
  • 191,408
  • 23
  • 240
  • 301