Questions tagged [amazon-web-services]

Amazon Web Services (AWS) delivers a set of services that together form a reliable, scalable, and inexpensive computing platform "in the cloud". If you have a question about a specific web service, consider asking on its tag, e.g., amazon-ec2.

8595 questions
3
votes
3 answers

Separate resources and access per project on AWS?

Is it possible to separate resources (EC2 instances, S3 buckets, etc) by project, and have separate permissions per project? This way I can give admin permission of project A to user A, and admin permission of project B to user B, but user A nor…
zundi
  • 131
  • 3
3
votes
1 answer

Just created S3 bucket, getting a bunch of access denied logs

I've created an AWS S3 bucket to backup my Postgres DB. It was all going well but then I enabled Logging and started to get a bunch of Access Denied logs. I thought I had messed something up in my backup routine, so I created a brand new bucket…
bplmp
  • 131
  • 2
3
votes
1 answer

How can I set up AWS Glue Using Terraform?

How can I set up AWS Glue using Terraform (specifically I want it to be able to spider my S3 buckets and look at table structures). A quick Google search came up dry for that particular service. The S3 bucket I want to interact with is already and…
russellpierce
  • 213
  • 2
  • 8
3
votes
1 answer

Amazon storage gateway how do you get the storage usage without using CloudWatch (from the Storage Gateway Volume Page)

I can't find where to get the volume usage (used space) in the Storage Gateway Volume page. I don't want to use CloudWatch to have the information, there should be a way to add the column "Used space" in the Volume view? If I cannot check my data…
3
votes
0 answers

Task scheduler startup bat script not running on AWS EC2

I have an EC2 WindowsServer2016 image with a scala project on it. I want it to start when I spin up an instance without me having to log in or do anything. I have a .bat script with the following: git pull sbt run In the TaskScheduler I created a…
3
votes
1 answer

Connected to Windows Server 2016 VPN on AWS but could not ping resources in VPC

I followed this guide to setup a VPN on a Windows Server 2016 instance in EC2 with only a single network interface and an assigned Elastic IP. I was able to connect my macOS to the VPN successfully using L2TP/IPSEC and get an IP address within th…
3
votes
1 answer

Is a single RDS instance acceptable for multi-geo locations?

I am looking to create a multi-geographic infrastructure. Essentially, I need to serve a website to US, EU and AU users. The challenge is that this website is ecommerce in nature, so needs read & write access on the database. To my knowledge there…
mikemike
  • 131
  • 4
3
votes
1 answer

How to automatically update AMI in Amazon EC2 Auto Scaling Launch Configuration

How can I update the AMI in an Auto Scaling configuration after updating code in an EC2 instance? I don't need to use AWS CodeDeploy. I have simple script, but it is still requires me to manually type the Image ID: 1) Create AMI aws ec2…
Abdi Darmawan
  • 31
  • 1
  • 2
3
votes
1 answer

Cannot connect to EC2 instance in private subnet with openvpn

I'm new to AWS and the forum. I've created a new VPC with a private and public subnet. The public subnet has a route table with 2 entries, one to local 10.0.0.0/16 and one to an internet gateway. The private subnet's route table only has one entry…
sams
  • 101
  • 2
  • 5
3
votes
1 answer

AWS CLI put-lifecycle-configuration between buckets

I have a bucket that I manually created an object lifecycle policy for; now I'd like to apply that policy to other buckets. I run the following command to get the existing policy: aws s3api get-bucket-lifecycle --bucket mybucket >…
gsoyka
  • 31
  • 3
3
votes
2 answers

Is it possible to restrict access to specific domain/path through VPN on AWS

Our current setup is: Client -> ALB -> Target Group -> auto-scaled instances We have some urls that we would like to "hide" behind VPN access such as: Client -> VPN -> ALB -> Target Group -> auto-scaled instances For instances with static IP…
Tomas
  • 163
  • 2
  • 6
3
votes
2 answers

AWS API Gateway Custom Domain: the domain you provided is already associated with an existing CloudFront distribution

I'm simply attempting to set up a Custom Domain in API Gateway. I have ACM certificate "*.mysite.com.au" that is currently being used to serve a static S3 website out via CloudFront at "beta.mysite.com.au". I wish to create a custom domain for…
3
votes
0 answers

Any limit on initcwnd?

We are trying to decrease the initial latency on TCP connections to our servers. In some test we found that when we download a file below 15587 bytes the total downloading time (apache benchmark total) is 52ms. But, when we add an extra byte, this…
3
votes
3 answers

Change to static DNS server on Amazon Linux AMI 2017.03

I'm going crazy because this should be easy especially when following the Amazon documentation. I've been using this reference from Amazon. Just trying to change the DNS servers that an AWS EC2 instance uses to resolve domain names. Edited the…
3
votes
1 answer

AWS Elastic BeanStalk .ebextensions Package Manager for Ubuntu

The AWS Elastic BeanStalk Documentation specifically wrote: Elastic Beanstalk currently supports the following package managers: yum, rubygems, python, and rpm. So, what should I do if I want to install some packages on an Ubuntu image? Can I…
pepoluan
  • 5,038
  • 4
  • 47
  • 72