Skip to main content

AWS Collective

Questions

Browse questions with relevant AWS tags

1,777 questions

Has recommended answer
0 votes
2 answers
24 views

Having a static IP when an AWS ECS connects to our on-prem services [closed]

I have applications running in AWS ECS. They are internet facing, and use AWS RDS. As an internet application they work fine. What I want to be able to do, is when those applications call a service in ...
Daniel's user avatar
  • 1
Answer

You will need to place the ECS instances in private subnets of your VPC, and create a NAT Gateway in a public subnet of your VPC. The private subnets will need a route to the NAT Gateway. Once you do ...

View answer
Mark B's user avatar
  • 202k
-1 votes
1 answer
39 views

AWS - Send traffic from EIP with enabled inbound connection [closed]

Given a setup, where in a public subnet we have many EC2 instances and Lambda functions. The subnet needs to be public, because we are using ssh for troubleshooting, websockets, https, etc The ...
Moravas's user avatar
  • 153
Answer

If you want multiple Amazon EC2 instances to send traffic that comes from the same IP address, then you will need a NAT Gateway or NAT Instance. You are correct that this would require the instances ...

View answer
John Rotenstein's user avatar
2 votes
1 answer
44 views

Invoke aws lambda from a ec2 [closed]

I'm trying to invoke a lambda from an ec2. They are both in the same self-referencing security group, the same vpc, even the same subnet. When I invoke the lambda from my rails server on the ec2 I get ...
Ezekiel Wright's user avatar
Answer

It doesn't matter that the function is configured to run in the same VPC as the EC2 instance and use the same security group. Lambda functions aren't sitting there running 100% of the time and ...

View answer
Mark B's user avatar
  • 202k
-6 votes
1 answer
42 views

Remote virtual desktop using AWS [closed]

I have 2 business,for which i want owner name,ip address and location to be different ( usa and uk based). I want to run those businesses from India through my laptop. So basically i want to make ...
Ujas Diyora's user avatar
Answer

It appears that you are wanting to 'appear' to be coming from different locations when accessing resources on the Internet. The easiest way to achieve this would be to use a VPN service that routes ...

View answer
John Rotenstein's user avatar
1 vote
1 answer
38 views

How do I override default routes within my AWS VPC? [closed]

In my AWS VPC, I would like to override requests to specific URLs via DNS, i.e. if one makes a request in an EC2 instance within my VPC to example.com, it should re-route to 127.0.0.1 (or any IP ...
John Bergqvist's user avatar
Answer Accepted

I don't think "default route" is the correct term for what you are describing. That sounds more like a routing table thing, while what you are asking for is a DNS resolution feature. In any ...

View answer
Mark B's user avatar
  • 202k
1 vote
1 answer
58 views

Disable ECS Exec on a service

I am attempting to disable ECS Exec on a service, but cannot find any documentation on how to do so. Here are the commads i've tried: aws ecs update-service --cluster <clustername> --service <...
Andrew's user avatar
  • 446
Answer Accepted

Per the documentation for the AWS CLI, the flags to disable ECS exec is --disable-execute-command. Although, it is unclear why you think having ECS Exec enabled is the reason for the error you are ...

View answer
Mark B's user avatar
  • 202k
-4 votes
1 answer
70 views

AWS IP Address for Lambda function

I have a Lambda function on AWS that requires connectivity to my On premise API server. Currently a request originating from Lambda is getting blocked at my Company Firewall. To open the Firewall, I ...
Kul's user avatar
  • 119
Answer Accepted

Currently the source IP address will be the large pool of IP addresses that AWS uses for Lambda functions. Opening up that large pool of IPs would allow anybody else to write a Lambda function that ...

View answer
Mark B's user avatar
  • 202k
-1 votes
1 answer
36 views

Are EC2 Instance Profile and Task Execution Role overlap in AWS ECS [closed]

Both EC2 Instance Profile and Task Execution Role are said to be used by ECS agent, then why do we need both of them? for example, the ECS agent needs a permission to "Pull down docker images ...
user25521292's user avatar
Answer Accepted

There is some overlap because ECS supports both EC2 and Fargate deployment types, and Fargate doesn't have instance profiles at all, so Fargate deployments have to have all those permissions assigned ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
68 views

AWS RDS Aurora (postgres engine) upgrade from 13.12 to 14.17

I'm trying to upgrade my engine version from 13.12 to 14.17. Below is my Terraform code: resource "aws_rds_cluster" "aurora" { cluster_identifier = local.env_config....
Coding_ninja's user avatar
Answer Accepted

The error I'm facing is snapshot name not found, which I'm assuming is happening because the final snapshot identifier is not able to create the snapshot in time, and when the snapshot identifier ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
41 views

Elastic Beanstalk app fails to deploy without public IPs on instances

I can't get an elastic beanstalk app with a public ELB but private EC2 instances to work. I created a basic eb config with eb init. This results in the following config: branch-defaults: default: ...
Ben Zuill-Smith's user avatar
Answer Accepted

You currently have the instances deployed to public subnets, without public IP addresses assigned, so the instances have no access to the Internet. For an EC2 instance to have access to the Internet ...

View answer
Mark B's user avatar
  • 202k
1 vote
1 answer
42 views

How can I send using the default FROM address with AWS SDK (JavaScript) v3 for SES?

How can I specify the Source to be the default MAIL FROM address ([email protected] or similar) with AWS SDK (JavaScript) v3 for SES? The official documentation says this is possible, but does ...
FromTheStackAndBack's user avatar
Answer

You are confusing the FROM address and the MAIL FROM address. If you read the first paragraph on the page you linked, you can see that they are two separate things: When an email is sent, it has two ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
50 views

A Lambda function that invoke another lambda function failed on cloud but working locally

I have 2 Lambda functions, function A will invoke function B with the following code: response_lambda = lambda_client.invoke( yieldFunctionName='arn:aws:lambda:ap-southeast-2:...
Bill Kary's user avatar
  • 705
Answer

Check the Subnets assigned to each AWS Lambda function. If a Lambda function is connected to a VPC, then only private subnets should be assigned to Lambda functions. They can then use a NAT Gateway (...

View answer
John Rotenstein's user avatar
0 votes
1 answer
38 views

AWS CLI error with delete objects recursively using include, exclude

I have various sub-directories inside my s3 bucket which contain 2 files, namely: pavement_suitability_final_result.gpkg Intermediate_Part1_output.gpkg I wish to delete only the files named as ...
Swathi Venkatesh's user avatar
Answer Accepted

I suspect that it looks at the provided name as the full path of the object rather than just the 'filename' portion. Try something like: --exclude "*" --include "*/...

View answer
John Rotenstein's user avatar
-1 votes
1 answer
79 views

Issues with email-AWS Lightsail

I having issues with the email deliverability. Recently migrated my website and emails from a shred environment to AWS lightsail instance. And configured the DNS using the Route53 service of AWS. I ...
Rojin Antony's user avatar
Answer

Amazon blocks port 25 connections to prevent spammers from abusing AWS. Opening the security group is not enough to remove this. You have to submit a request to AWS to have the restriction removed on ...

View answer
Mark B's user avatar
  • 202k
0 votes
2 answers
63 views

Sub Folders of S3 bucket - Bucket name must match the regex "^[a-zA-Z0-9.\-_]

I have below code to get the list of objects in the bucket, but it does not work for the sub folders of the S3. import boto3 bucket_from = "BucketSource" s3 = boto3.resource('s3') src = s3....
Jim Macaulay's user avatar
  • 5,199
Answer Accepted

It sounds like you are trying to list S3 objects under a given key prefix and to do that you have accidentally provided the key prefix as a suffix on the bucket name, for example: src = s3.Bucket('...

View answer
jarmod's user avatar
  • 79.1k
2 votes
1 answer
51 views

How to hide a specific DynamoDB attribute from the AWS Console?

I'm trying to hide a sensitive DynamoDB attribute from being visible in the AWS Console for certain IAM users viewing a specific DynamoDB table. I tried this approach (and many variations of it): { &...
mincom's user avatar
  • 1,009
Answer

Is it possible to hide a specific attribute in the AWS Console for DynamoDB tables? No, it's not possible. The IAM policy you have in your question would restrict users from making specific queries ...

View answer
Mark B's user avatar
  • 202k
1 vote
1 answer
62 views

S3 Bucket returns status 403 when trying to access objects

Getting error "Status code: 403, reason phrase: Forbidden for requestId ... in Alexa Developer Console in log, as well as Alexa saying I am having trouble connecting to the audio file U.R.I.. I ...
DrexxBoban's user avatar
Answer Accepted

If Alexa is successfully invoking your AWS Lambda function, but the Lambda function is having problems accessing content from Amazon S3, then you should: Add a policy to the IAM Role that is assigned ...

View answer
John Rotenstein's user avatar
-7 votes
1 answer
51 views

reading data from AWS (S3/RDS/DyamoDb etc) from on-prem application [closed]

I have an on-prem application that should read data periodically from various AWS stores. Is there any AWS service that will fetch data from underlying stores (s3, RDS, DynamoDB etc) that I can invoke ...
mobileDev's user avatar
  • 1,452
Answer Accepted

You can certainly (and should!) access data stored in AWS from code sitting in your own on-premises applications. All AWS services have APIs and there are SDKs for all popular programming languages. ...

View answer
John Rotenstein's user avatar
0 votes
1 answer
33 views

How to delete all objects that were created before a specific date in S3 using Lifecycle rule?

I would like to write a lifecycle rule for my S3 bucket to delete all objects that were created before a specific date. Is this even possible? Maybe via some fancy tags and filter? I don't want to ...
Andrej's user avatar
  • 1,773
Answer

Yes, this is default functionality for Amazon S3 Lifecycle policies. However, you do it by specifying an age (eg 180 days) rather than providing a specific date. From Managing the lifecycle of objects ...

View answer
John Rotenstein's user avatar
-1 votes
1 answer
82 views

How to connect to a Fargate container with ECS Exec? [closed]

When I try to connect to the FARGATE container I have got this message error below I tried many things, to add vpc endpoint but still the same error. I also tried to "enable_execute_command = ...
FredyK's user avatar
  • 295
Answer

You have to set enable_execute_command = true in the task definition, and then redeploy the task. Stop the task and let the ECS service create a new one, or trigger a deployment that replaces the task....

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
78 views

Merging multiple aws iam roles for lambdas in terraform

I have following configuration in terraform: locals { common_env_vars = { DATABASE_NAME = var.database_name } lambda_config = { filename = "empty.zip" ...
BratZdenko's user avatar
Answer Accepted

It's unclear what you mean by "merging" the roles. If you have two roles, and you want one of the Lambda functions to use one role, and all the other Lambda functions to use the other role, ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
60 views

What is the Parameter to access s3 url only once

I have image files stored in AWS S3 bucket, I want to download those files in my application and so I am generating a presigned url. Using this URL, I will be able to download these images. I am using ...
Enthusiast Coder's user avatar
Answer

You cannot invalidate a pre-signed URL**. The pre-signed URL will simply expire at the designated time so it's a best practice to make the usable time short. ** without deleting the underlying object ...

View answer
jarmod's user avatar
  • 79.1k
1 vote
1 answer
71 views

Is a NAT Gateway Required for NLB Health checks to instances in private subnets

I have an internet-facing network load balancer in a public subnet and the associated target group contains instances in a private subnet. When I create my Elastic Beanstalk environment with this ...
Argentum's user avatar
Answer Accepted

No, but yes. A NAT Gateway is used for outbound traffic from private subnets to the Internet. It is not used by a Load Balancer, which takes traffic from the Internet, sends it to the EC2 instances ...

View answer
John Rotenstein's user avatar
0 votes
1 answer
121 views

Secrets management in IaC solutions for the cloud

I go to great lengths to protect the secrets that my infrastructure relies on (in AWS) through, SCP's, resource policies for KMS and SecretsManager, logging and monitoring and WORM backup strategies. ...
Tom Stock's user avatar
  • 1,318
Answer

Terraform allows you to use a backend like AWS S3 for storing state files, which you can then configure to encrypt with a KMS key, create a bucket policy to restrict access, etc. Since Terraform v0.9, ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
60 views

AWS Lambda Endpoint URL Construction in a VPC

I have a technical question about how the AWS Lambda client determines the endpoint URL when invoking a function using client.invoke() in Java SDK 1.x. My Lambda function is deployed inside a VPC, and ...
Jainam Jain's user avatar
Answer

When a client invokes an AWS Lambda function, that client sends a signed API request to the AWS Lambda service's control plane via its public API endpoints (e.g. lambda.us-east-1.amazonaws.com). It ...

View answer
jarmod's user avatar
  • 79.1k
-1 votes
1 answer
58 views

How to copy a file to a new AWS EC2 Windows instance in Terraform

I have searched, but this specific case is not coherently documented that I can find. I just want to spin up a new windows instance in EC2 and copy a file to it. This seems it should be trivial and ...
Daniel Williams's user avatar
Answer Accepted

A common method of performing an operation on an Amazon EC2 instance after it is launched is to Run commands when you launch an EC2 instance with user data input - Amazon Elastic Compute Cloud. ...

View answer
John Rotenstein's user avatar
0 votes
1 answer
52 views

Couldnt connect to RDS from Spring boot application in EC2

I am trying to connect existing spring boot application from EC2(RHEL 8) to RDS Postgres database. Both RDS and EC2 are in the same private VPC. Connection establishment is working fine from my local ...
AAPJ's user avatar
  • 47
Answer

The 'correct' configuration would be: A security group on the EC2 instance (app-sg) that permits All Outbound traffic A security group on the RDS database (rds-sg) that permits Inbound connections on ...

View answer
John Rotenstein's user avatar
0 votes
1 answer
56 views

Advice on copying data from one s3 bucket to another storage

As the title says ,I am new to AWS and went through this post to find the right approach. Can you guys please advise on what is the right approach with the following considerations? we expect the ...
KumarfromIndia's user avatar
Answer

Copying objects to another bucket There are two ways you can copy objects to another bucket when they arrive: Use S3 Replication that will automatically copy the objects. It requires Versioning to be ...

View answer
John Rotenstein's user avatar
0 votes
1 answer
76 views

Role switch option not present for AWS management account

I am trying to role switch to member account of the organization using my AWS management account. But the role switch option not present as shown in screen shot below. As you can see this is my ...
Vikram's user avatar
  • 1,637
Answer

It appears that the Switch Role capability of the AWS Management Console does not appear when logged-in as the Root user. Logging in as an IAM User will cause it to appear. Sufficient permissions will ...

View answer
John Rotenstein's user avatar
-1 votes
2 answers
55 views

Terraform Single Resource Managed by 2 different statefiles [closed]

Can I import an existing resource created by terraform, into another TF stack, and manipulate only small bits of it. e.g Existing Subnet Route Table. Import Route Table, and then add a aws_route ...
Baibhav Vishal's user avatar
Answer

In both of your examples, you are importing a resource, and then adding another resource that references the imported resource. You aren't actually modifying the imported resource. The correct way to ...

View answer
Mark B's user avatar
  • 202k
0 votes
2 answers
64 views

How to Automatically Delete Untagged Images ("-") in an AWS ECR Repository?

We have a CI/CD pipeline that pushes images to AWS Elastic Container Registry (ECR). Since our repository is mutable, over time, many images accumulate without tags (shown as "-" in the ECR ...
Zakaria Ait Yakoub's user avatar
Answer

You need to create an ECR lifecycle policy to handle this. In that documentation, there is an example policy that removes untagged images here: { "rules": [ { "...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
41 views

Vue is not picking up env variables from aws ecs task container

I have a Vue 2.6 app which is deployed in aws ecs task container 1.4 , but in the console it is not pciking up the env variables which I have set up in the aws task environment variable. For example I ...
sromit's user avatar
  • 1,114
Answer Accepted

Your Vue app doesn't run on ECS. The files are simply served by the ECS server and they run in the client's web browser. The app picks up those environment variables at the time the app is built, not ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
56 views

Why can I set a default route to a nat gateway from a private subnet if this nat gateway is NOT in this private subnet? [closed]

I have an EC2 instance in a private subnet, in this private subnet I can configure a default route to a nat gateway to go out to internet and reach an smtp Server. The nat gateway is in a public ...
Mik's user avatar
  • 31
Answer

All subnets within an Amazon VPC can communicate with each other by default. Resources will reference other resources via private IP address. You can see this in the Route Table: Communication will ...

View answer
John Rotenstein's user avatar
-1 votes
1 answer
77 views

What metadata should I track in my database to keep track of my images stored in s3

I am taking over a website that is about 20years old. The website has hundreds of thousands of images in folders right on the web server taking u close to 100gigs. The folder structure is quite ...
Tim Cadieux's user avatar
Answer

Amazon S3 is an object store. It supports the concept of folders, but the reality is that folders do not exist. If you store an object called Volunteers/Test/IMG_1372.jpeg, then the Key of the object ...

View answer
John Rotenstein's user avatar
0 votes
1 answer
36 views

AWS Serverless function async: true

In the Serverless framework built with AWS, when a function is kept as async: true it immediately returns a 200 HTTP response, can we override this status codes. Can somebody answer to this thanks I ...
K. Anirudh's user avatar
Answer Accepted

What you are asking for doesn't make sense. The whole purpose of invoking a function asynchronously is to invoke it and let it run without waiting for the response. The code you are changing runs at ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
87 views

Deploy php app on AWS ECS cluster with ALB

I am trying to deploy a Symfony PHP application to AWS ECS, using Nginx as a web server. An Application Load Balancer (ALB) handles SSL termination and forwards HTTPS traffic to the ECS service. ...
Ahmed Elkhouly's user avatar
Answer

It looks like you are deploying to ECS Fargate. ECS does not make container names available for hostname resolution by default. You are getting the error host not found in upstream "php:9000"...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
68 views

Unable to Add Alias Record in Route 53 for AWS Cognito Custom Domain: CloudFront Alias Target Missing

I am attempting to set up a custom domain for AWS Cognito login. I created a wildcard certificate (*.mydomain.com) in the us-east-1 region and then set up a custom domain for auth.mydomain.com. ...
Tom McLean's user avatar
  • 6,456
Answer Accepted

That CloudFront distribution will not show up in your account, and it will not show up in the auto-populated drop-down thing in Route53 since it isn't one of the CloudFront distributions in your ...

View answer
Mark B's user avatar
  • 202k
0 votes
2 answers
147 views

Getting no basic auth credential from AWS ECR when pulling image

I am trying to pull image from AWS ECR. I am on an EC2 machine and as you can see that I can login successfully. However, when I am trying to pull the image using docker pull I am getting Head <>...
Judi's user avatar
  • 922
Answer Accepted

You ran docker login with your regular EC2 user account. Then you are trying to run the docker pull with sudo, which runs as the root EC2 account. The root EC2 account isn't logged into ECR. You ...

View answer
Mark B's user avatar
  • 202k
1 vote
2 answers
81 views

S3 Deletion Error: "The me-south-1 location constraint is incompatible for the region specific endpoint this request was sent to."

I'm trying to delete an object from an S3 bucket located in the me-south-1 region, but I'm getting the following error: The me-south-1 location constraint is incompatible for the region specific ...
ma24557's user avatar
Answer

When performing operations on a bucket in a particular Region (eg me-south-1), you must use a client that is configured to use that Region. You did not show us how you created the s3Client, but it is ...

View answer
John Rotenstein's user avatar
-4 votes
1 answer
77 views

Amazon EFS vs S3: Which is better for appending small chunks of data to large files? [closed]

I’m working on a system where I need to frequently append small amounts of data (about 1 MB) to large files (2 GB or more). The files are stored in the cloud, and I need a solution that allows me to ...
Santhosh Kumar's user avatar
Answer Accepted

Amazon S3 is not suitable for your requirements because it is not possible to 'append' data to objects stored in S3. You would need to download, modify and upload the file -- however, you stated that ...

View answer
John Rotenstein's user avatar
-1 votes
1 answer
65 views

How can I create a TLS/SSL connection to a mongodb instance on AWS with a certificate made by certificate manager? Health check failed

I am trying to deploy a publicly accessible MongoDB instance on AWS, I have a terraform config to deploy this: terraform { backend "s3" { bucket = "terraform-state" key ...
Tom McLean's user avatar
  • 6,456
Answer Accepted

You have two security groups alb_sg and lb_sg that have the same security group rules. Then you have a mongodb_sg security group that only allows MongoDB traffic from the lb_sg security group. You are ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
373 views

Not able to get ECS fargate metrics on Datadog

I'm trying to set up Datadog for my ECS Fargate services: I created a separate ECS Fargate service for the Datadog agent. I provided the necessary environment variables for Datadog. env details The ...
Deepak Kumar's user avatar
Answer Accepted

Each ECS Fargate task instance is running in a completely isolated compute environment, so the only way for the Datadog agent to get access to the metrics it tracks is for it to run inside that same ...

View answer
Mark B's user avatar
  • 202k
0 votes
2 answers
52 views

How to check whether a s3 object is in ASCII text

When we want to check whether a file is ASCII text file, we can use this command ~$ file some_file_content_unknown some_file_content_unknown: ASCII text Is it possible to use file command to ...
Brian Mo's user avatar
Answer

The file command does not know how to access Amazon S3. You will need to download the object first, the run file against the downloaded file.

View answer
John Rotenstein's user avatar
0 votes
2 answers
76 views

Port Forwarding Through AWS Load Balancer

This is my first time using AWS so please correct me if I'm wrong with this information. My Ultimate Goal: Add ssl to the server so I can connect from the client website that has ssl on it already. ...
Christian Price's user avatar
Answer

You need to change the protocol port to 6510 in the Target Group.

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
150 views

AWS Lambda responding with internal server error and not loging to Cloudwatch

I have the following Lambda function: import { mongoClient } from "../../db/mongo/index.js"; import z, { ZodError } from "zod"; import Project from "../../db/mongo/models/...
Ethan's user avatar
  • 1,783
Answer

Function invocation timeout is a common problem for newcomers to AWS Lambda and for people deploying Lambda functions that need access to private resources, such as databases. You'll know that you ...

View answer
jarmod's user avatar
  • 79.1k
0 votes
1 answer
95 views

Node Not Registering HTTPS from Nginx Reverse Proxy

I've been struggling to send a secure session cookie with express because node isn't recognizing that the request is https. I have an nginx reverse proxy in a docker-compose app. I deploy to Elastic ...
bit07123's user avatar
Answer Accepted

In nginx, you are overwriting the X-Forwarded-Proto header from the load balancer with this line: proxy_set_header X-Forwarded-Proto $scheme; The value of X-Forwarded-Proto might be HTTPS from the ...

View answer
Mark B's user avatar
  • 202k
0 votes
1 answer
146 views

How to fix Lambda function timeout when interacting with DynamoDB using AWS SDK v3 in Node.js?

I’m building a serverless API with Node.js using AWS Lambda, and my function interacts with DynamoDB to retrieve data. However, every time I try to interact with DynamoDB, the Lambda function times ...
sakshi rawal's user avatar
Answer

The most obvious reason that your Lambda function times out when connecting to DynamoDB (or any internet endpoint) is that you configured the Lambda function to attach to a VPC. Unless you need access ...

View answer
jarmod's user avatar
  • 79.1k
-1 votes
1 answer
75 views

s3 touch not running from Lambda

I created bucket and folder name and I am passing those values in AWS LAMBDA . First print is showing me both bucket name and folder name but I think s3.touch is not running . Not able to find error . ...
pbh's user avatar
  • 464
Answer

Your exception handler is incorrect and is causing a NameError, which causes your print statement to be skipped. I would, however, expect AWS Lambda to make an appropriate log indicating this failure. ...

View answer
jarmod's user avatar
  • 79.1k
0 votes
1 answer
182 views

Firehose Stream Delivers to S3 in Uncompressed Format Despite Compression Enabled

I have Lambda function that direct put's JSON strings to a Firehose stream to deliver batches of records to S3, and I wish to deliver these records as compressed .gz files. However, despite having ...
mmarion's user avatar
  • 1,095
Answer Accepted

If you are downloading the file via a web browser, it is possible that the browser is auto-decompressing the file because browsers know how to handle web pages that are gzip-compressed. To fully test ...

View answer
John Rotenstein's user avatar
0 votes
1 answer
83 views

Amazon QuickSight Connects Over Internet Instead of VPC to Public Redshift Cluster

I have an Amazon Redshift cluster that is publicly accessible. I can connect to it privately from an EC2 instance in the same VPC. However, QuickSight only connects over the internet, even though I ...
Yasin Demir's user avatar
Answer Accepted

It appears that QuickSight is resolving the DNS name to a public IP address based on the fact that it is PubliclyAccessible = true. If you can, configure QuickSight to use the private IP address and ...

View answer
John Rotenstein's user avatar


15 30 50 per page
1
2 3 4 5
36