Questions tagged [amazon-web-services]

For questions about Amazon Web Services (AWS) in general. If your question is about a specific Amazon web service please use that tag, e.g. [amazon-s3], [amazon-ec2], [amazon-ecs], [aws-codedeploy]

Amazon offers many different services, but the most popular (related to DevOps) are:

Usage

Use this tag for questions about Amazon Web Services in general. For questions about a specific Amazon web service please try to use a more specific tag (if that's available).

569 questions
13
votes
4 answers

How to backup Amazon Cognito?

Amazon Cognito is a user management and authentication service provided by Amazon through Amazon Web Services: Amazon Cognito lets you easily add user sign-up and sign-in to your mobile and web apps. With Amazon Cognito, you also have the options…
Richard Slater
  • 11,612
  • 6
  • 41
  • 81
11
votes
2 answers

How to track changes to AWS settings?

Is there a way to track changes we make to the AWS system? For example, changes to a subnet setting, from using nat to iwg - these display a message, and then disappear. Is there a way to get AWS to create a log so that one can track which changes…
Danny Schoemann
  • 451
  • 5
  • 19
5
votes
1 answer

Trying to make job working AWS MediaConvert (ERROR 1040)

Here is my json job. { "Queue": "arn:aws:mediaconvert:xxxxx", "UserMetadata": {}, "Role": "xxxxx:role/MediaConvert", "Settings": { "TimecodeConfig": { "Source": "EMBEDDED" }, "OutputGroups": [ { "CustomName":…
Colin Jcs
  • 51
  • 1
  • 3
5
votes
2 answers

Cancel a Spot Request vs Terminate Spot Instance

I just started getting familiar with EC2's Spot Requests and Spot Instances (1 day into it!). I understand that I can save some money doing a Spot Request to create a Spot Instance as opposed to creating an on-demand Instance. What I don't…
Eric
  • 51
  • 1
  • 2
5
votes
1 answer

Wordpress on AWS, how to update only a theme

In order to setup a flow from developer code to a public URL, I've been testing some flows and the current one does not work that good: I have an AWS Pipeline that picks up the source code from CodeCommit, builds the Sage Theme using gulp and…
balexandre
  • 151
  • 3
3
votes
1 answer

Storage gateway reset cache

I have a problem in the storage gateway: the cache volume is full. When we look at the operating system there is still space available on that volume. Based on the referenced aws model, only the files accessed regularly should be kept in the cache,…
Marcos Souza
  • 131
  • 4
3
votes
1 answer

AWS Batch use existing ECS cluster

I would like AWS Batch to use one of my existing ECS clusters. The problem is that when I create an unmanaged "compute environment" from the AWS Batch service, it doesn't allow me to specify an existing ECS cluster and it will automatically deploy a…
miticoluis
  • 31
  • 1
3
votes
1 answer

Is JS an reasonable choice for a DevOps internal tool (i.e. cloud-formation runner, scripts)?

I'm working on a project to move our current stack from a mix of half-manual, half-undocumented, half-ansible into a solid code-defined architecture on AWS. Our plan is to use AWS CloudFormation heavily and off-load the following tasks to an…
Aea
  • 133
  • 3
2
votes
1 answer

How to create ALB that can handle traffic on 2 ports

I want my HTTP traffic on port 3701 and my WS (websocket) traffic on 3702. For a moment I thought that using 2 target groups was the answer, but there doesn't seem to be a way to differentiate between WS and HTTPS traffic using an ALB. So perhaps…
MrCholo
  • 1
  • 4
2
votes
0 answers

How to configure Dedicated IPs for specific SES domain?

Recently we've requested for 2 dedicated IPs for our SES domain, As most of the mails are going to spam folder. And we've 5-6 SES domains(account.abc.com, help.abc.com, mail.abc.com, etc) in the same aws account, But we would like to use these…
2
votes
1 answer

Will my AWS usage cost me anything?

I was exploring AWS Cloudwatch. It was first time that I tried anything on AWS. I ensured that I will turn off all instances and stacks: No stacks: No instances But my AWS Billing Dashboard says this: Will I need to pay anything, considering…
RajS
  • 141
  • 3
2
votes
1 answer

AWS hosting of SPA Web App

I have just recently started to consider using AWS for my SPA Web Apps. And I have read a lot about different types of how web apps could be hosted on AWS. I have looked into Lambda, S3 Static hosting. EC2. But can't seem to figure out how to…
2
votes
1 answer

is it possible to connect an AWS autoscaling group with an application load balancer?

I'm working with AWS cloudformation I have an autoscaling group for a couple of machines running an API server, and I would like to set up an application load balancer as a single entry point, so that client application only sees one URL. I was able…
juanp_1982
  • 121
  • 2
2
votes
1 answer

Use dynamic values for parameter-store in aws buildspec.yml for CodeBuild

For my CodeBuild projects, I have a dev, staging and production project. Each project has an environment variable called $BUILD_ENVIRONMENT set to dev, staging and production, respectively. Each stage has its own key/value pair in Systems Manager…
Daniel Viglione
  • 217
  • 3
  • 9
1
vote
1 answer

Purchased AWS reserved instance in wrong region

I purchased AWS reserved instance by mistake in Mumbai Region. actually, I need that in N.virginia region. I contact AWS support center and they told "switching region of AWS reserved instance is not possible" Is there any way to switch region?…
Jay
  • 994
  • 2
  • 10
  • 20
1
2 3