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
1
vote
1 answer
AWS Websocket Multi-Region permissions
I'm trying to setup multi-region for our Typescript application that supports websockets.
I've created Route53 records that are weighted evenly to distribute requests to the different regions. When I try to call the postToConnection function, I get…

Brian Anderson
- 621
- 7
- 22
1
vote
2 answers
How to restrict, select or filter AWS regions in Datadog for AWS integration?
Is there any way to restrict, select or filter AWS regions in Datadog for AWS integration?
I know that we can filter resources on the basis of tags but all the resources for all of the AWS services are not having a tag with the region specified.…

Abdullah Khawer
- 4,461
- 4
- 29
- 66
1
vote
0 answers
AWS Amplify fails to create models in the cloud after adding Analytics
Currently my amplify project has the API, Authentication, File Storage and Functions categories. Everything works perfectly fine until I add Analytics!
I am having the following error when I add analytics to my amplify project in react native and…

Citrix
- 257
- 4
- 14
1
vote
1 answer
AWS SNS cross region vs same region cost and time difference
Is there any difference in costing if I send sms using aws sns to australia numbers but while setting region of aws-sdk I use ap-northeast-1 instead of ap-southeast-2?

Jayashri Shinde
- 327
- 2
- 9
1
vote
1 answer
Get time based on AWS region
Given the aws-region like us-east-2, is there a way get current time of that region ?
Trying to write a job which triggers few actions if time is in between 12-1am on server. Current I have only AWS region where that server is running. Note that I…

Karthik Hebbar
- 113
- 8
1
vote
0 answers
No EC2 meta data available while using spring boot to connect to AWS
While am trying to connect AWS using sprint boot I am facing below error.
After investigated I have understand, while using local we need to give region details also in application local properties but still am facing below error.
Here is my…

string
- 43
- 1
- 6
1
vote
1 answer
How do I use Signature Version 4 in ordinary AWS CLI calls?
Simple AWS CLI commands like aws ec2 describe-images --region $REGION produce the error
AWS was not able to validate the provided access credentials when REGION is one of af-south-1, ap-east-1, eu-south-1, or me-south-1.
This StackOverflow question…

Joshua Fox
- 18,704
- 23
- 87
- 147
1
vote
0 answers
How to determine closest AWS region to client's browser?
I'm making a service that will allow clients to do text-to speech in the browser for language-learning purposes.
The the client will submit the text to the backend server, which will send back a pre-signed request url for the AWS Polly service. The…

pixelearth
- 13,674
- 10
- 62
- 110
1
vote
1 answer
Is it possible for cloudformation to throw an error if it's built in the wrong region
Lamda@Edge needs to be built in the us-east-1. Is there a way to get CloudFormation to send out an error message when someone attempts to build the stack in the wrong region? Currently, I use conditions to only create the resources if they are in…

Paul-Joseph de Werk
- 53
- 6
1
vote
1 answer
AWS SSO and CodeArtifact Login requires manual config file changes for Region
When I run
AWS SSO Login --Profile Default
on my machine if my .aws/config file is not set to a Default region of us-east-1 I get "Invalid Grant" When the Browser opens to authenticate. When I set the config region to us-west-2 I can…

Ray Koren
- 814
- 14
- 25
1
vote
0 answers
Set CloudWatch alarms on "AWS/OpsWorks" metrics in Cloudformation Template store in "eu-west-1"
I'm building a Cloudformation Template that deploy an infrastructure on the region "eu-west-1". This region is "global" in OpsWorks. It means that all the associated metrics for this resource ("AWS/OpsWorks") are stored in the region "us-east-1".
I…

Zagonine
- 2,213
- 3
- 22
- 29
1
vote
1 answer
How to create and verify a cross region public certificate through CloudFormation?
I'm attempting to achieve the following through CloudFormation.
From a stack created in EU region I want to create (and verify) a public certificate against Route53 in US-EAST-1 due to using Cloudfront. Aiming to have zero actions performed in the…

Jay Cork
- 344
- 1
- 6
- 15
1
vote
1 answer
AWS SES Email Receiving not available in Frankfurt
AWS SES dashboard
I've set up AWS SES for Frankfurt and I can send emails just fine, but it seems that the "Email Receiving" section is disabled + all the documentation shows that only Dublin can use SES.
It seems weird to be able to send emails…

Alecu Marian Alexandru
- 495
- 5
- 11
1
vote
1 answer
Need to change region for Amazon API Gateway
I created Amazon API Gateway called "MyURL" with several resources and methods for Asia Pacific (Mumbai) region.
We now have the requirement to migrate / move this "Amazon API Gateway" service to a new region EU (London).
Can you suggest what is…

Ashar
- 2,942
- 10
- 58
- 122
1
vote
3 answers
Multi region EC2 & RDS replication from Region A to various other regions
Our current server consisting of an 2x EC2 instances and RDS (Read/Write) database is in Mumbai Region. However I would like to copy everything (2x EC2 & RDS (R/W)) across to Sydney, and other to other regions.
Ideally I would like to replicate the…

3kstc
- 1,871
- 3
- 29
- 53