Description stringlengths 6 76.5k | Question stringlengths 1 202 | Link stringlengths 53 449 | Accepted bool 2
classes | Answer stringlengths 0 162k |
|---|---|---|---|---|
Is DataAPI (and the query editor) support for Aurora Serverless v2 or v3 planned?The docs simply state "The Data API and query editor aren't supported for Aurora Serverless v2.".FollowComment | Is DataAPI for Aurora v2 / v3 planned? | https://repost.aws/questions/QUc6tQ-_TsRWeSXAxSlqTPEg/is-dataapi-for-aurora-v2-v3-planned | true | "7Accepted AnswerHi,Thanks for reaching here. I have searched internally that there is an existing feature request for the same. Data API for serverless v2. It is just that we do not have ETA when this feature will be announced. Please stay updated through:[+] https://aws.amazon.com/blogs/aws/category/database[+] https... |
"I am using Microsoft AD managed directory and I have checked that the bundle is not graphic or performance, so auto enable IP shouldn't affect it.It was working fine, then when I try to relaunch I am seeing this error:There was an issue joining the WorkSpace to your domain. Verify that your service account is allowed... | Why am I seeing a domain join error when launching an already created workspace? | https://repost.aws/questions/QUBHI3jg4DRGS2D5cHmZK9MA/why-am-i-seeing-a-domain-join-error-when-launching-an-already-created-workspace | false | "0Hello there,Could you please elaborate on what you mean by when launching an already created workspace? The error message you posted is usually seen when launching/creating a new Workspace from the Workspaces bundle. When you create a Workspace in AWS Managed AD which is directly registered with Workspaces service, y... |
"I have a public Route 53 root hosted zone redacted.com which has CAA authority for amazon.com, which has valid NS records for two hosted zones in different accounts; dev.redacted.com and qa.redacted.com. When I request a ACM certificate in the qa subaccount, the CNAME validation records are not generated/visible. The ... | No domain validation options generated for Certificate | https://repost.aws/questions/QUrbuOruhJRMGDEyiZKzpoSw/no-domain-validation-options-generated-for-certificate | false | |
"we have deployed Apache Spark into a kubernetes cluster by our own.In the past, in EMR, setting "hive.metastore.client.factory.class" was enough to use glue catalog. Unfortunattely, In our own deployment, Spark don't see glue databases. No exception is logged by Spark.Our configuration:spark = SparkSession.builder().c... | Integrate Glue Catalog with own Spark Application deployed on EKS | https://repost.aws/questions/QUpuNHsCHsQQyc8Z76kUo76A/integrate-glue-catalog-with-own-spark-application-deployed-on-eks | false | "0Hello,Assuming that you have built the jars as mentioned in the instructions https://github.com/awslabs/aws-glue-data-catalog-client-for-apache-hive-metastore for your specific Spark version.I was able to successfully connect to my Glue catalog tables by following the below stepsA Spark Docker image I have built and... |
"I am getting "ConnectTimeoutError: Connect timeout on endpoint URL: "https://redshift-data.us-east-1.amazonaws.com/" in AWS Glue python shell job when I am using boto3 clients redshift-data APIs. Below are the boto3 APIs I use in python script.client = boto3.client('redshift-data')response = client.execute_statement( ... | Using boto3 client redshift-data APIs in AWS Glue python shell job gives ConnectTimeoutError error | https://repost.aws/questions/QUwYyb4-YxThm5JJv9XcwpMg/using-boto3-client-redshift-data-apis-in-aws-glue-python-shell-job-gives-connecttimeouterror-error | false | "0According to this AWS Documentation, we can understand that whenever you try to connect to Redshift programmatically then it will inherently make use of the endpoint depending upon your region.Please do ensure that a connection is attached to your Glue job such that it is able to reach the endpoint. You can add a net... |
"Hi,Is there any API to get the change rates used by AWS is the invoices?Where does the change rates used by AWS come from?Thanks for your helpFollowComment" | How can I get the change rate between USD and EUR used by AWS | https://repost.aws/questions/QUzwFKJB6iSuKNlGeBfKVtRQ/how-can-i-get-the-change-rate-between-usd-and-eur-used-by-aws | false | "1Hi FabienG,At the moment there is no API for the exchange rates used by AWS to generate invoices, so you cannot pull this info programmatically. The exchange rate will likely be different on different invoices. If you pay in currency different from USD, the exchange rate is usually displayed on the invoice which you ... |
"I used the generic role for creating a new instance, it errored out:The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist.I added new permissions and even gave it administrator permissions, I'm still getting the same error:The instance profile aws-elasticbeanstalk-ec2-role a... | The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist. | https://repost.aws/questions/QURMEc7-pmT0OT4-ui2u55mg/the-instance-profile-aws-elasticbeanstalk-ec2-role-associated-with-the-environment-does-not-exist | false | "0Hi,The error looks similar to the following problem reported by another user a few days ago. Can you check if the solution is also useful for you? If not, can you provide us with more information?CommentShareMikel Del Tioanswered 14 days ago" |
"Hello,Starting today our codebuild project, which has been working flawlessly for months and not modified has stopped working.Failure occurs in DOWNLOAD_SOURCE phase, with this message: "SINGLE_BUILD_CONTAINER_DEAD: Build container found dead before completing the build. Build container died because it was out of memo... | Codebuild suddenly fails in DOWNLOAD_SOURCE phase | https://repost.aws/questions/QU_e_YC5MtQde7071Pc3Qp8g/codebuild-suddenly-fails-in-download-source-phase | false | "1So I finally found the reason by creating some test build, so I'm sharing the solution I found below.SolutionIf you are using multiple sources for your build project, get sure that Git Clone Depth is set to 1 for all your sources. <br>Git clone depth defaults to "Full", so if you have built your project with CloudFor... |
"Hi,Trying to Deploy an ECS service running a single task with the image: datalust/seq:latest. I want to specify certain arguments to my container, how do I achieve the equivalent of running the following local command:docker run --name seq -e ACCEPT_EULA=Y -p 5341:5341 -p 80:80 datalust/seq:latestUsing ECS Fargate. My... | CDK ECS Fargate - how to specify arguments to Docker container? | https://repost.aws/questions/QUx8ALedH3TZiemMQKNGkHcA/cdk-ecs-fargate-how-to-specify-arguments-to-docker-container | false | "1The command parameter of the task definition is to specify the command to run in your container at startup. The other parameters that you send to the docker cli (i.e. -e, -v, -p) usually map to other parameters of the task definition.You properly used environment for -e and portMappings for -p. For -v you need to use... |
"Hi guys,I have an Amazon EC2 instance (micro) that generates ZIP files and uploads them to S3. For the past few years I haven't really had any issues but recently the instance has occasionally been crashing during busier periods when more ZIPs are being generated.I think I will resize the instance to medium but wonder... | EC2 - VolumeQueueLength | https://repost.aws/questions/QUB7tOq9IAQnerjfdD4RH2kg/ec2-volumequeuelength | false | "0Hi,I think the answer is "it depends". The VolumeQueueLength during the peak times is definitely showing a bottleneck. However, because you stated that your "Zips" are crashing, the crashes could possibly be due to memory shortage, which may result in "page file swapping", which may result in overloading your disk I/... |
"I am trying to start a simple ECS service using the nginx image. Just a single task with no LB. I launched it from a VPC with a subnet (1 of 7). The VPC is connected to a internet gateway. I configured the task to have only private IP. Oh, the run time is Fargate.The result is that the task get stuck in "Pending" stat... | ECS: Unable to start task from within a private subnet without enabling public IP | https://repost.aws/questions/QUj7KTig-SRrm2kofIvjfKXA/ecs-unable-to-start-task-from-within-a-private-subnet-without-enabling-public-ip | false | "1Look at step 5 here: https://docs.aws.amazon.com/AmazonECS/latest/userguide/service-configure-network.htmlYou need to have network access from the ECS task to ECR to retrieve the container image.You can achieve it by assigning a public IP address to the task or having a NAT gateway in your VPC.Alternatively, if you d... |
"Hello,I'm using SES and trying to use the {{amazonSESUnsubscribeUrl}} feature to automatically manage opt-outI created an Email List and am sending some emails with it specified in the SendEmail request (SESV2 API), but the emails don't show an unsubscribe linkCan anyone help?Thank youSamFollowComment" | AWS SES: Using {{amazonSESUnsubscribeUrl}} in HTML email but unsubscribe link not showing in emails | https://repost.aws/questions/QUCStgSjodSBycqqo7zkXxDA/aws-ses-using-amazonsesunsubscribeurl-in-html-email-but-unsubscribe-link-not-showing-in-emails | false | |
"I've experienced 3 System check failures on my LightSail Windows Server instance over the past 18 months. The system check failure lasts for many hours and then according to the FAQ pages (https://aws.amazon.com/premiumsupport/knowledge-center/lightsail-instance-failed-status-check/) it basically means that the underl... | Multiple system check failures over past 18 months - how to automatically stop/start instance? | https://repost.aws/questions/QUYSVvsj3tQHm-pVxFxCdMCA/multiple-system-check-failures-over-past-18-months-how-to-automatically-stop-start-instance | false | "0Hello RBoy,I understand that your Lightsail instance keeps failing System checks now and then. After that, you have to manually stop and start your instance to migrate it to a new host. However, you would like to automate the process of stopping and starting your instance in the case where System failure happens.I su... |
I like to remove unused security groups. Also need to know which security groups are associated with my EC2 without Going one by one on EC2 instances. Any command or solution to make it manageable ?FollowComment | Security group association to EC2 instances | https://repost.aws/questions/QUfYwUCC43Ql2jZTJ2r4MyOg/security-group-association-to-ec2-instances | true | "0Accepted AnswerThere is actually a simple way to see the associations.https://aws.amazon.com/premiumsupport/knowledge-center/ec2-find-security-group-resources/Run the following command in the AWS CLI to find network interfaces associated with a security group based on the security group ID:aws ec2 describe-network-in... |
Hello!Can we use an existing toll-free number purchased through OpenPhone?ThxFollowComment | existing toll free number | https://repost.aws/questions/QUuA496D_wRguR-9Itj3-zkA/existing-toll-free-number | false | 0According to the FAQ in the documentation you cannot port numbers from external providers.CommentShareRobert Loveanswered a month ago |
"To solve the n + 1 problem that graphql has when querying nested data or a collection, Dataloader was introduced.https://github.com/graphql/dataloaderFrom AWS docs:GraphQL ProxyA component that runs the GraphQL engine for processing requests and mapping them to logical functions for data operations or triggers. The da... | How to implement a Dataloader with Appsync when using Serverless Aurora as a datasource? | https://repost.aws/questions/QU28tid5_fRKysGJhVnNV_kw/how-to-implement-a-dataloader-with-appsync-when-using-serverless-aurora-as-a-datasource | false | |
"Hi,We have a manual setup redis ec2 instance that is maxing out the baseline bandwidth allocated for the instance, but we do not need higher CPU/Mem for the instance, what are our options? We aren't able to use ElasticCache it does not fit our budget range.ubuntu@ip-10-0-0-98:~$ ethtool -S ens5NIC statistics: tx_t... | Increaese instance bandwidth without changing instance type? | https://repost.aws/questions/QUTFvQUwPaTriX1x6Oab8FbQ/increaese-instance-bandwidth-without-changing-instance-type | true | "1Accepted AnswerThe available network bandwidth of an instance depends on the number of vCPUs that it has. The EC2 user guide has links describing the performance of different instance types. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.htmlYou could also consider scaling horizont... |
"On the "modify" page, the "DB engine version" list only shows the existing version, I can't select a version to upgrade to.https://stackoverflow.com/q/75319524/924597FollowCommentiwasa EXPERT4 months agoHi, @Shorn.Can you share a screenshot of the management console?Normally you should be able to select the new engine... | How do I change my RDS Postgres engine version from the AWS console? | https://repost.aws/questions/QU4zuJeb9OShGfVISX6_Kx4w/how-do-i-change-my-rds-postgres-engine-version-from-the-aws-console | false | |
"Hi,Our instance i-01e1a29d2d2b1c613 just rebooted itself at 23:50:03 UTC and the machine was not restarted until 00:42:57 UTC.From /var/log/syslog:May 9 23:50:03 usanalytics systemd[1]: Started Session 916653 of user ubuntu.May 10 00:42:57 usanalytics rsyslogd: [origin software="rsyslogd" swVersion="8.16.0" x-pid="11... | EC2 instance rebooted by itself | https://repost.aws/questions/QUJTK5pEciRBeQjfagKZvXDw/ec2-instance-rebooted-by-itself | true | "0Accepted AnswerHi Alfredo,I can confirm due to unforeseen circumstances the underlying hardware that your EC2 Instance was running on experienced a transient underlying hardware issue. As a result, it was rebooted as part of the recovery process, apologies for any inconvenience this may have caused. You can review th... |
"Hi All -New AWS user here...I followed the "Video on Demand on AWS Foundation" reference solution to transcode mp4 into HLS, DASH, and Smooth Stream output formats. I set up a Cloudfront distribution as well and configured it for Smooth Streaming as per AWS docs (https://docs.aws.amazon.com/AmazonCloudFront/latest/De... | Unable to play Smooth Stream | https://repost.aws/questions/QUfo58z2OsQH-lj_UOHPlZgg/unable-to-play-smooth-stream | false | "1Hi,Following are some of the steps you could to troubleshoot.When you create Smooth Stream content in Media Convert, make sure you select Microsoft Smooth Streaming as outputWhen you playback your Smooth Streaming content, enable the develop mode in your browser ( Select F12 for Chrome browser) and see what the error... |
"I have an ACM certificate that is no longer needed. The Route 53 zone it linked to is no longer available so it can't auto-renew. I loaded it up to delete, but it has associated resources. The resources are load balancers in a different AWS account, one not owned by my company.How does this happen, and how do I dis... | Why does my ACM cert give associated resources in another account? | https://repost.aws/questions/QUasFyDNVhSnKWsMpmC8_8eA/why-does-my-acm-cert-give-associated-resources-in-another-account | true | "1Accepted AnswerDeploying a Regional API endpoint creates an Application Load Balancer by API Gateway. The Application Load Balancer is owned by API Gateway service, not your account. The ACM certificate provided to deploy API Gateway is associated with the Application Load Balancer.Similarly, defining a custom endpoi... |
"Hi all,I am new to AWS, and was trying to setup an IoT system where a lambda function is triggered whenever messages are received. Whenever I receive the message, however, the lambda function is not invoked (although I know the message has been received and parsed correctly). Looking at the logs, I see the message iot... | AWS IoT unable to invoke lambda function | https://repost.aws/questions/QUxlrRSdixQLi0D-DpNCmZOQ/aws-iot-unable-to-invoke-lambda-function | true | "0Accepted AnswerTurns out that if I launch the cli command reported here it works, I tried setting up everything through console and for whatever reason it didn't work as expected.CommentShareSandroSartonianswered a year ago" |
"Hello,We have updated our RDS MySQL instance from 5.6.40 to 5.6.44 alongside the CA update.We have Performance insights enabled and we can see, for a 4 vCPU instance (r4.xlarge), spikes up to 107 AAS for synch/rwlock/innodb/btr_search_latch.We don't know if this is related to the upgrade or not has we didn't have Perf... | Very high btr_search_latch after upgrading from 5.6.40 to 5.6.44 | https://repost.aws/questions/QUQDmrJR4AQCKcpviAwswtEA/very-high-btr-search-latch-after-upgrading-from-5-6-40-to-5-6-44 | false | "0That statistic is related to the innodb adaptive hash index https://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.htmlIt's a performance optimization which dynamically builds hash indices to supplement the regular btree indices whenever MySQL notices a certain pattern of queries. Unfortunately, in 5.6 it takes a ... |
"Hi,I have built a stack to deploy on my AWS Workspace, but after CDK Synth which does NOT throw any error, CDK Deploy fails to deploy the CF Template for the Stack. It throws an error. I am trying on a Windows machine.Could you have a look and suggest me anything that could work Plz. I am trying to learn AWS but keep ... | "Unable to run "CDK Deploy" on Windows 10 , it throws an error on running CDK Deploy" | https://repost.aws/questions/QUetCqMwMrQtCWsLGxgOD1mQ/unable-to-run-cdk-deploy-on-windows-10-it-throws-an-error-on-running-cdk-deploy | false | |
"Having a real hard time getting data into Dynamo using Step Functions. The data flow is:App Flow from Salesforce to S3Event Bridge watching the S3 bucketMap the data from S3 and store in Dynamo.This almost works. Whenever App Flow gets new data from SalesForce, the step function is invoked. After the data is pulled fr... | Coordinating Step functions from App Flow -> Event Bridge -> DynamoDB | https://repost.aws/questions/QUdHNO4lHJRcWpE7oORkeVpA/coordinating-step-functions-from-app-flow-event-bridge-dynamodb | false | "0You did not show how your code looks like, but the item should be in the following format "AttributeName": {"BOOL": False|True}. Is that what you are doing?CommentShareEXPERTUrianswered a year ago0I cannot post the source-code. But in pseudocode, here is what it is doing: // deserialize objects ... |
"I took a exam on today but pearson revoked my exam on the middle of the exam.Exam:SAA-C02 - AWS Certified Solutions Architect - Associate - English (ENU)Date:Monday, March 21, 2022Time:10:30 AM Japan Standard TimeThe supervisor told me in a chat during the exam that my face was off-camera and it is rule violation. Co... | Pearson Vue terminated the exam without violation | https://repost.aws/questions/QUO-DH6aw5Sk63nGHMU6PPJA/pearson-vue-terminated-the-exam-without-violation | false | 0HiI have fixed same issue on 16-July. Proctor told me the same thing. After completion test I was just reviewing some flagged questions.Can you please help me. do you got any update for it or not. how much time they have taken.**Thanks in advance. **CommentShareBharat Singhanswered 10 months ago |
"I found this on DeviceFarm documentation: https://docs.aws.amazon.com/devicefarm/latest/developerguide/limits.htmlThere is no limit to the number of devices that you can include in a test run. However, the maximum number of devices that Device Farm will test simultaneously during a test run is five. (This number can b... | How can I increase the number of devices that you can include in a test run in DeviceFarm? | https://repost.aws/questions/QUiQg7o8u1T3GqMSWW6E8gCA/how-can-i-increase-the-number-of-devices-that-you-can-include-in-a-test-run-in-devicefarm | true | 1Accepted AnswerHi.You can relax the cap from the us-west-2 service quartas.https://us-west-2.console.aws.amazon.com/servicequotas/home/services/devicefarm/quotasCommentShareEXPERTiwasaanswered a year ago |
"Greetings AWS team,I was going to create a new cloudformation stack via the UI console and in chrome 91.0.4472.77, I'm getting an error in the dev console.jquery.min.js:2 Blocked form submission to 'https://cf-templates-1xuhfkxmzdev5-us-east-1.s3-external-1.amazonaws.com/' because the form's frame is sandboxed and the... | Creating a stack UI bug? | https://repost.aws/questions/QUeoju3RfdQiK9FtHWyIcgwg/creating-a-stack-ui-bug | false | 0Well after a couple days it started working again so ignore this.CommentShareats-organswered 2 years ago |
When I connect my mobile with OPPO A15 hotspot the cloudfront CDN urls are laoding late(25 seconds). The URL loads well in other wifi connection. At the same time other application such as Instagram and Youtube runs well in that OPPO A15 hotspot as well as random URL form internet loads well in that OPPO A15 hotspot co... | CloudFront URL taking longer time in specific wifi connection | https://repost.aws/questions/QUNzLfiZ2TS1mg1Ye8mDqGFg/cloudfront-url-taking-longer-time-in-specific-wifi-connection | false | "0In short, I don't think there's much that we can suggest here other steps to determine where the extra time is being taken.There are several things that happen during page load:The browser/operating system does a DNS lookup for the website. This resolves to CloudFront. Part of this process is determining the closest ... |
"Hi, the error "The maximum number of addresses has been reached. (Service: AmazonEC2; Status Code: 400; Error Code: AddressLimitExceeded; Request ID: ce98daec-b6b3-424c-ae3e-aa73d32e15ba; Proxy: null)" keeps showing up while running "agc account activate". Could u give any clue to fix the issue? thanks.FollowComment" | Error: maximum number of addresses has been reached. | https://repost.aws/questions/QUeM8d3--ERCS5FiYM5xHNaQ/error-maximum-number-of-addresses-has-been-reached | true | "0Accepted AnswerThat error suggests you've run out of Elastic IP addresses, which by default are limited to 5 for an account but more can be requested. I can't see any mention of Elastic IPs in the agc doco though. Are you running "agc account activate" letting it create its own VPC or passing "--vpc" to tell it to ... |
"I have an enormous amount of contacts with Chime. Is there a way to group contacts in a sub-file that can be titled by the user ie: HR, Dock, TOM?FollowComment" | "Chime Contact Groups, Department Groups, Sub-Folders" | https://repost.aws/questions/QUs05WzdOWRaaJQkoWkyqs1w/chime-contact-groups-department-groups-sub-folders | false | "0The closest you can do is to create chat rooms and add users specific to each department, etc. However, there is no native feature available to logically group users within Chime. Also, there is no feature to create folder like hierarchy for chat rooms or users.CommentShareTaka_Manswered 8 months ago" |
"I can't see couple of my buckets. I am sure I have not deleted it, it certainly contain important files. How Can I found or recover it.FollowCommentskinsman EXPERT2 months agoSo are you looking in the S3 console? Can you see other buckets that you own, there's just a couple missing? Have you tried "aws s3 ls" in the... | Bucket not found | https://repost.aws/questions/QUcQYZEpl7SVmPpEVtgFxg7w/bucket-not-found | false | "0Bucket don't go missing unless deleted. check belowMake sure you’re in the right region.Make sure you’re in the right account and Access.Go to the Cloudtrail console and check to see if there was a DeleteBucket call.If you recall file names you can use this short and ugly way to do search file names using the AWS CL... |
"I am transforming my table by adding new columns using SQL Query Transform in AWS Glue Job studio.SQL aliases- studyExisting Schema from data catalog - study id, patient id, patient ageI want to transform the existing schema by adding new columns.new columns - AccessionNoTransformed schema - study id, patient id, pati... | SQL Query Transform | AWS Glue Job | https://repost.aws/questions/QUVGy8btY-SXuiQOK6xiqWcw/sql-query-transform-aws-glue-job | true | "0Accepted AnswerA DDL like that is mean to alter and actual catalog table, not an immutable view like is "study".You also have to add some content to the column (even if it's a NULL placeholder you will fill in later).Even better if you can set the value you need here using other columns.For instance:select *, 0 as Ac... |
"Code works in glue notebook but fails in glue job ( tried both glue 3.0 and 4.0)The line where it fails is,df.toPandas().to_csv(<s3_path>,index=False)no detail message in glue logs2023-05-19 19:08:37,793 ERROR [main] glue.ProcessLauncher (Logging.scala:logError(73)): Unknown error from Python: Error Traceback is not a... | Command failed with exit code 10 | https://repost.aws/questions/QUXKTQq3jTQQWSXKdWERdUmA/command-failed-with-exit-code-10 | true | "0Accepted AnswerMore likely this error can happen when dealing with large datasets while they move back and forth between Spark tasks and pure Python operations. Data needs to be serialized between Spark's JVMs and Python's processes. So, in this regard my suggestion is to consider processing your datasets in separate... |
"I have noticed that Ordering data slows down performance sometimes from 300ms to 30,000ms when ordering data, for example in gremlin :g.V().hasLabel('user').range(1,20)would be much faster thang.V().hasLabel('user').order().by('out('orderForStore_14').values('avgOrderValue')).range(1,20)Queries we have are more comple... | What is the most efficient way to Order data in Neptune database ? | https://repost.aws/questions/QUysS8Kl46SYic-GnplpxHaw/what-is-the-most-efficient-way-to-order-data-in-neptune-database | false | "0Neptune already builds indices on every vertex, edge, and property in the graph [1]. That being said, those indices are not used for order().by() operations. Presently, order().by() operations require fetching the resultant vertices/edges, materializing the properties that you want to serialize out to the client, and... |
"Hello all,Hope you are doing well!I'm working for one client who is trying to move his application to Saas mode.The client is streaming his own application via Appstream to his customers which are companies who buy the application and then have their employees use the applicationWe want to integrate the Appstream with... | User Management in Appstream integrated with AWS Active Directory | https://repost.aws/questions/QUzHhYdD6-TV2gkij2SzdSug/user-management-in-appstream-integrated-with-aws-active-directory | false | |
"Hi,I am migrating dashboard from one aws account to another aws account. In the target account , i want user to have access so that they can copy the dashboard to create new one.But i am not able to do this via API. Is there any api which can provide save As Previlages?FollowComment" | How to give saveAs priviliges for a dashboard to a user group using API | https://repost.aws/questions/QU7XHMb3wDTeC6L5v0lg4FRA/how-to-give-saveas-priviliges-for-a-dashboard-to-a-user-group-using-api | false | |
"Hi, I have been banging my head trying to get this working and cannot figure it out.I have an ECS fargate cluster in 2 private subnets. There are 2 public subnets with NatGWs (needed for the tasks running in Fargate). Currently I have S3 traffic going through the NatGWs and I would like to implement an S3 endpoint as ... | CFN - Advice for adding an S3 endpoint to private subnets for fargate task access | https://repost.aws/questions/QUKG3n-ZmGS0SiuJIxtCvYnw/cfn-advice-for-adding-an-s3-endpoint-to-private-subnets-for-fargate-task-access | true | "1Accepted AnswerInteresting! I didn't know about that S3 limitation but I see it's mentioned in https://docs.aws.amazon.com/vpc/latest/privatelink/create-interface-endpoint.html: "To create an interface endpoint for Amazon S3, you must clear Additional settings, Enable DNS name. This is because Amazon S3 does not sup... |
In the AWS Managment account 1111111 I have enabled CloudTrail. All CloudTrail logs are sent to the S3 bucket XXXX in the Audit Account 2222222. This part of the configuration works fine.I am now trying to enable the CloudTrail logs to be sent CloudWatch in account 2222222. Because CloudTrail is configure at the Org le... | Org level CloudTrail with CloudWatch | https://repost.aws/questions/QU_dJEItiWRzu-bb9eNiTtzQ/org-level-cloudtrail-with-cloudwatch | false | "0At this time, CloudTrail can only support sending logs to a CloudWatch log group in the same account. This is owing to the fact that CloudTrail doesn't support AWS Organizations delegated admin feature. An alternative solution would be to use Kinesis or Lambda to automate writing those CloudWatch logs to a log group ... |
"Hi, i've created a VPN connection from GCP to AWS following this guide: https://blog.searce.com/connecting-clouds-aws-gcp-771eb25a2dc3 Then i've created a vm con GCP and i've tested the connection to AWS. On AWS i've a Elasticache instance which i can connect without problems, but if i try with the RDS instance i've:E... | Multi cloud VPN connection to RDS | https://repost.aws/questions/QUgAz4cHoyRyiZgc9mwmB9ZQ/multi-cloud-vpn-connection-to-rds | false | "0Hi.Since it's on the same subnet as Elasticash, I don't think there's a network problem.[Confirmation on AWS side]Are the information such as the inbound port and source IP address of the RDS security group correct?[Confirmation on Google Cloud side]Can I create Cloud SQL for MySQL within Google Cloud and connect fro... |
"I'm reading the docuemntation here: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.htmlI'm confused because it indicates that the network firewall logs can send logs to S3 bucket; however, when it gives the example policy it has delivery.logs.amazonaws.com for the principal of t... | Logging Network Firewall Logs to S3 bucket. What should I use for my Service Principal? | https://repost.aws/questions/QU0MadNkH1Sh-NscbgavXHKg/logging-network-firewall-logs-to-s3-bucket-what-should-i-use-for-my-service-principal | false | "1Hi,Here is a sample policy for your reference. Follow the sample from below page, you can consider to use delivery.logs.amazonaws.com as the Principle.https://docs.aws.amazon.com/network-firewall/latest/developerguide/logging-s3.html{ "Version": "2012-10-17", "Statement": [ { "Sid": "AWSLogDel... |
"I am processing SES events with a lambda that receives the events via an SNS topic that is a destination for a configuration set. I have no problems receiving Send, Delivery, Bounce, Open and so on. My use case sends emails to a single address, with a bcc to a second address. My problem is I don't see a way of disting... | Unable to track SES/SNS Open events by recipient | https://repost.aws/questions/QU4CZXIyxrSuqGTFgbbQXatQ/unable-to-track-ses-sns-open-events-by-recipient | false | |
"Hi, I am wondering if it is possible to load an Real Time Operating System into the Amazon DeepRacer. However, the OS cannot be booted up due to security issues. The message was displayed on the external monitor connected to DeepRacer. Specifically, I followed the instructions from here. https://docs.aws.amazon.com/de... | Loading a Real Time Operating System into the Amazon DeepRacer | https://repost.aws/questions/QUVwrZZoFdThu-9RspeobStQ/loading-a-real-time-operating-system-into-the-amazon-deepracer | false | "0Hello,We do not allow to disable secure boot due to security reasons on AWS DeepRacer.Thank you.CommentShareAWS-Pratikanswered a year ago" |
"How to optimise the cost of lambda. we are getting data from AMS through lamdba.currently we created 3 lambda functions from each dataset like one function for sp_traffic , one fucntion for sp_conversion and one for budget_usage.And each function is have 128 mb of memory. How can we reduce the cost of the lambda.Follo... | How to optimise the cost of Lambda ? | https://repost.aws/questions/QUrw7PzVBITsOIt3SQuPCrMw/how-to-optimise-the-cost-of-lambda | false | "1Consider using a Compute Savings Plan.https://aws.amazon.com/savingsplans/compute-pricing/?nc1=h_ls"AWS Compute Optimizer" can be used to optimize Lambda performance.If you are over-performing, you can reduce costs by checking here and setting the appropriate performance.https://docs.aws.amazon.com/compute-optimizer/... |
"When I try to access my websites lightsail servers on AWS or visitors try to access one of the websites, processes stay hanging forever and I get error message site cannot be reached and when I do windows diagnostics it says my computer configuration is fine but DNS server not responding. What could be the problem?Fol... | Accessing my website and its server on AWS taking forever | https://repost.aws/questions/QUf2QLIOdZSA-ursKgQ8hE-Q/accessing-my-website-and-its-server-on-aws-taking-forever | false | "0There are a few potential causes for this issue. One possibility is that the DNS server is not properly configured or is experiencing issues. Another possibility is that there is a problem with the network connection to the Lightsail server or the server itself. Additionally, it could be a problem with the firewall o... |
"Our instance i-052cca656183d431d showed running but nothing could connect. I ended up stopping (let is try for 10 -15 minutes), then forcing to stop it (stopped roughly 5 min later), and once it came back up I saw network issues in the log right before it crashedena: Reading reg failed for timeout. expected: req id[1... | "Server lost connection, logs show ena5 connection issues" | https://repost.aws/questions/QUoll1rb8pTkqH-vTRDAJ4gw/server-lost-connection-logs-show-ena5-connection-issues | false | "0Hi. At this point, I do not see any active issues with EC2 or any other related services which has been reported on the PHD.Link- https://health.aws.amazon.com/health/statusThere could be multiple elements if you are trying to reach the instance from the on-premise/AWS environment etc. Check local FW settings or the ... |
"AWS has a long history where we do not deprecate AWS service functionality unless for security reasons or under unusual circumstances. In 2017, Adobe announced the end-of-life for Flash will be December 31, 2020. In addition to Adobe, many of the most widely used internet browsers are also discontinuing Flash support ... | "[Announcement] RTMP Support Discontinuing on December 31, 2020" | https://repost.aws/questions/QUoUZgHZh7SEWlnQUPlBmVNQ/announcement-rtmp-support-discontinuing-on-december-31-2020 | false | 0[Announcement] Does not require an answer.CommentShareEXPERTIsraa-Nanswered 18 days ago |
"AWS Resource Access Manager (AWS RAM) now supports customer managed permissions so you can author and maintain fine-grained resource access controls for supported resource types. AWS RAM helps you securely share your resources across AWS accounts, within your organization or organizational units (OUs), and with AWS Id... | AWS Resource Access Manager supports fine-grained customer managed permissions | https://repost.aws/questions/QULKRV0fcNQsi-oLkeqTVzrA/aws-resource-access-manager-supports-fine-grained-customer-managed-permissions | false | |
"Just some documentation show that should use FIPS when need to follow FIPS requirement. But less documentation about how to enable this through Java SDK when connect to S3.So here are my questions?We can confirm that TLS v1.2 is used when connected to S3, show I still need to use FIPS endpoint? Besides the SSL connect... | If it is still required to use FIPS endpoint when using tls1.2 communication with S3? | https://repost.aws/questions/QUGMLYrnNSSjGfVNaMAwmFtw/if-it-is-still-required-to-use-fips-endpoint-when-using-tls1-2-communication-with-s3 | false | "1Hello,Greetings for the day!We can confirm that TLS v1.2 is used when connected to S3, show I still need to use FIPS endpoint? Besides the SSL connection, what does the FIPS endpoint do exactly? Check tls version?No if you are already using the TLS v1.2 it would not require to use FIPS endpoints. The update from AWS ... |
I have looked around and I can’t seem to find how often/if the Default Patch Baselines in SSM Patch Manager are updated. It seems to me they are pulled from an S3 bucket each time you run a scan but I can’t seem to find how often AWS is updating them and outside of going through the code myself I don’t see anything abo... | SSM Patch Manager default patch baseline updates? | https://repost.aws/questions/QUpgJqqbXiRjmmdxHirF_t8A/ssm-patch-manager-default-patch-baseline-updates | false | "0The Default Patch Baselines in SSM Patch Manager are updated by AWS on a regular basis, typically on a monthly basis. The updates are released as new versions of the Amazon Linux and Windows Server AMIs are published.When you run a patch scan, the latest available patch data is retrieved from the SSM Patch Manager se... |
Is there a way to set up alerts on WAF rules when BLOCKS from certain rulecrosses a minimum threshold?Please advise then we shall discuss implementation.FollowComment | aws waf Is there a way to set up alerts on WAF rules when BLOCKS from certain rulecrosses a minimum threshold?Please advise then we shall discuss implementation. | https://repost.aws/questions/QUw64o78EqRXOGlBSZBWclQg/aws-waf-is-there-a-way-to-set-up-alerts-on-waf-rules-when-blocks-from-certain-rule-crosses-a-minimum-threshold-please-advise-then-we-shall-discuss-implementation | false | "0Yes, WAF sends BlockedRequest metrics to CloudWatch. From CloudWatch you can then define alarms and actions to take when thresholds have been breached. See: Monitoring with Amazon CloudWatch.CommentShareEXPERTkentradanswered 6 months ago0The metric ** BlockedRequests** will be sent to CloudWatch for all the rules (Me... |
"Difference between Timed based and number based manifests in mpeg dash output?What are its advantages ?does hls also support this ?Edited by: Punter on Apr 5, 2021 7:49 AMFollowComment" | Difference between Timed based and number based manifests | https://repost.aws/questions/QUrqsl-A5lSzKdKsIyCDYjNg/difference-between-timed-based-and-number-based-manifests | false | "0Hi PunterI have answered your question below.Difference between Timed based and number based manifests in mpeg dash output?Can I ask what product you are referring to?The media attribute in the SegmentTemplate properties defines the URL where playback devices send segment requests. For number based manifest, the URL ... |
"After deploying (update) a Lambda for about 150 times in an automated way using CI, this suddenly fails since in eu-west-1 since 2021-09-14 ~16:17 CET.ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:eu-west-1:NNNNNNNN:function:XXXXXXXX T... | ResourceConflictException: … An update is in progress for resource: … | https://repost.aws/questions/QUEv2F5au3RA6OmXXwF3hTgQ/resource-conflict-exception-an-update-is-in-progress-for-resource | false | "0This could be related to https://forums.aws.amazon.com/thread.jspa?messageID=949152󧮠CommentSharejandecaanswered 2 years ago0I'm having this same problem. It started yesterday and it only happens with one lambda function. Other lambda functions are deployed just fine.I also noticed that the ci/cd tool is using ... |
"Does S3 trigger ObjectCreated event on destination buckets after replication is succeeded?Checked the event notification documentation and quickly skimmed through the replication documentation but I found nothing explicitly statedSaw this question with a similar inquiry which suggests that it does, but I want to be su... | Does S3 Object Replication trigger ObjectCreated event? | https://repost.aws/questions/QUWy4DeorXSkOOm5otiBZPyg/does-s3-object-replication-trigger-objectcreated-event | true | "1Accepted AnswerYes there will be an ObjectCreated:Put event generated. Here is an example of the event created from the destination bucket when an object is replicated to it:{ "Records": [ { "eventVersion": "2.1", "eventSource": "aws:s3", "awsRegion": "us-east-1", "eventTime": "2022-10-26T14:... |
"I no longer need one of my two attached lightsail storage disks. I looked here (https://lightsail.aws.amazon.com/ls/docs/en_us/articles/detach-and-delete-block-storage-disks) and read that I should detach the lightsail disk prior to deleting it. I also read that I will continue to be charged for the disk after detach... | How to delete Lightsail disk after detaching it | https://repost.aws/questions/QUYEgJ5D4HQq-z8kfNWV6Y_Q/how-to-delete-lightsail-disk-after-detaching-it | false | "1If you have detached a Lightsail storage disk, it will continue to be charged until you delete it, even if it has disappeared from your console. To delete a detached storage disk in Lightsail, you can follow these steps:Log in to the Lightsail console.Click on the "Storage" tab.Click on the "Detached" tab to view all... |
"Hi,I have configured a cloudwatch alarm based on an expression which involves 2 metrics.Expression = m2 - m1, where,m2: AWS/AutoScaling - GroupInServiceInstancesm1: ECS/ContainerInsights - TaskCountAlarm Config : Expression <= 5 for 1 datapoints within 1 minuteMissing data case is considered as threshold breach.The pr... | Alarm not getting triggered even if the metric crosses threshold | https://repost.aws/questions/QUHZtOdJp4TDilPt1c0Pfnwg/alarm-not-getting-triggered-even-if-the-metric-crosses-threshold | false | "1From the screenshot actually it looks like alarm is breached when your expression is greater than threshold, not lower.CommentShareA-Shevchenkoanswered a year agoDhruv Baveja a year agoI know but the expression is opposite. Here is a screenshot(https://ibb.co/Lnh0NfM) with the expression.Share1Hi Dhruv,Given the Alar... |
"HelloThe tape gateway stores the data in S3, How can I see metrics for the S3 Bucket itself? You never specify which bucket to use when you create the VTL and tapesIn Cloudwatch I can see bytes uploaded, but I would like to know how much data is in the actual bucket, and how many request that has been made.I need to c... | S3 Bucket for Tape Gateway?? | https://repost.aws/questions/QUVO5YmPEpRP-vhkz6SwVXLA/s3-bucket-for-tape-gateway | false | "0The tape gateway stores data in S3 bucket owned by AWS Storage Gateway, so customer doesn't have access to the metrics for S3 bucket. Please note that the cost structure is different between File Gateway and Tape Gateway.Please refer to the following page.https://aws.amazon.com/storagegateway/pricing/CommentShareShas... |
"How do I change my provisioned (in use) EFS storage class from a multi zone "Regional" setup to a "One zone" setup.(I did not find a clear option to do this on the EFS management console, or any documentation)FollowComment" | Change EFS storage classes availability from Regional to One zone | https://repost.aws/questions/QUA5rRppiORQaDpFFDhAB2ow/change-efs-storage-classes-availability-from-regional-to-one-zone | true | "2Accepted AnswerHello nadavkav,this setting cannot be changed after creation:https://docs.aws.amazon.com/cli/latest/reference/efs/update-file-system.htmlin the aws cli there isn't this optionThanksJoelCommentShareJoelanswered a year agonadavkav a year agoThank you Joel.So my workaround is:I have created a new EFS FS w... |
"Hi Team,Writing to you regrading the exception received in instantiating the ml.g4d.xlarge instance which required for one of usecase, I am currently has 12 months free service aws account , when I tried to launch to notebook instance it throws following error."ResourceLimitExceededThe account-level service limit 'ml.... | Sagemaker GPU Instance quota limits | https://repost.aws/questions/QURjQ3RHyCRqK6mxffN-HDWA/sagemaker-gpu-instance-quota-limits | false | "1Hello. The quota is different for different instance type. You can raise an increase of the quota for Notebook instance ml.g4dn.xlarge or ml.g5.xlarge via Service Quotas.Upon logging in the AWS Console, you can go here https://us-east-1.console.aws.amazon.com/servicequotas/home/services. Make sure you choose the righ... |
"I would like to be able to perform local testing of my greengrass components before deployment. The issue is that my components normally use Greengrass IPC, meaning that I cannot perform local testing, as IPC messages cannot be sent/received as the local component test won't be happening in Greengrass.Is there a way t... | Testing Greengrass Components Before Deployment with IPC | https://repost.aws/questions/QUtrWxHkNUQuauULjQMgco5Q/testing-greengrass-components-before-deployment-with-ipc | false | "0Hi. If you get your component into a unit test harness, you could mock the IPC calls and achieve a lot of automated test coverage. A very small example of IPC mocking:Code under test: https://github.com/awslabs/aws-greengrass-labs-component-for-home-assistant/blob/main/artifacts/secret.pyTests: https://github.com/aws... |
"I have sagemaker xgboost project template "build, train, deploy" working, but I'd like to modify if to use tensorflow instead of xgboost. First up I was just trying to change the abalone folder to topic to reflect the data we are working with.I was experimenting with trying to change the topic/pipeline.py file like s... | adjusting sagemaker xgboost project to tensorflow (or even just different folder name) | https://repost.aws/questions/QUAL9Vn9abQ6KKCs2ASwwmzg/adjusting-sagemaker-xgboost-project-to-tensorflow-or-even-just-different-folder-name | true | "1Accepted AnswerHi! I see two parts in your question:How to use Tensorflow in a SageMaker estimator to train and deploy a modelHow to adapt a SageMaker MLOps template to your data and codeTensorflow estimator is slightly different from XGBoost estimator, and the easiest way to work with it is not by using sagemaker.im... |
"I am trying to create an App Runner service using container image from ECR from AWS Console. When I submit my service creation request, I receive the following error, saying it's exceeding my service quota which is zeroI captured the network traffic via Chrome inspector and below are the request and responserequest:{"... | Failed to create App Runner Service due to exceeding service quota of zero | https://repost.aws/questions/QURLKo4Y3PRCm1AeTfjUxe5w/failed-to-create-app-runner-service-due-to-exceeding-service-quota-of-zero | false | "1Hi,Thanks for reporting the issue. We are aware of this and the team is actively working to resolve the issue. By the end of day today we will be deploying the fix to all prod regions.CommentShareHarianswered 6 months agorePost-User-3387005 6 months agoThanks Hari. Please give me an update when the fix is rolled out ... |
"Hello,I'm back on trying to get an Android Clang Release build up and running, and I'm running into a linker error:c:\Amazon\Lumberyard\1.11.1.0\dev\Code\SDKs\AWSNativeSDK\lib\android\ndk_r12\android-21\armeabi-v7a\clang-3.8\Release/libaws-cpp-sdk-cognito-identity.a(ub_COGNITO-IDENTITY.cpp.o):/var/lib/jenkins/jobs/And... | Android Release - Link Error - Aws::Utils::EnumParseOverflowContainer | https://repost.aws/questions/QUFC4SF0WHR--XpJjs-yiFiA/android-release-link-error-aws-utils-enumparseoverflowcontainer | true | "0Accepted AnswerHi @REDACTEDUSERI was able to find the problem and it was indeed a link order issue with the AWS core library. Adding the following to Tools/build/waf-1.7.13/lmbrwaflib/lumberyard_sdks.py should patch the problem. @REDACTEDUSER@before_method('propagate_uselib_vars')def link_aws_sdk_core_after_androi... |
"Hello,Is there any way to configure an AWS-ELB to provide source IP address when it is not configured as an HTTP load balancer but TCP load balancer?To explain a bit, we would like to to setup SMTP servers on EC2-Instances behind a the ELB, but we need to be sure the receive the right origin IP address within the SMTP... | Elastic Load Balancer to provide source IP address when not defined as HTTP LB. | https://repost.aws/questions/QUhFZq5u3ZQHqd2W7URTMqdg/elastic-load-balancer-to-provide-source-ip-address-when-not-defined-as-http-lb | false | "2Yes, I think what you want is a Network Load Balancer. See: Client IP preservation.CommentShareEXPERTkentradanswered a year agoAWS-User-3194526 a year agoThanks, will check thatShare" |
"Question 1: How soon does it take after deploying my EC2 instance for its public IP address to be reachable ?Question 2: I am struggling now for a few days to see the public ip address is not reachable. Currently have a quad zero route under network ACL and also have security group inbound and outbound rules defined... | How Soon Can External Access be possible to My EC2 Instance Public IP Address | https://repost.aws/questions/QUd_lIWiy5QO6z2KFFseiNIA/how-soon-can-external-access-be-possible-to-my-ec2-instance-public-ip-address | false | "2Q1: It should be pretty much immediateQ2: Here are some things to check:That the security group is correctly assigned to the instance and that the rules match the protocol (eg. ICMP) as well as port and source IP rangeThe inbound and outbound rules for the network ACL are correct and assigned to the right VPCAny fire... |
"After resolving my first issue with getting a resource data sync set up, I've now run into another issue with the same folder.When a resource data sync is created, it creates a folder structure with 13 folders following a folder structure like:s3://resource-data-sync-bucket/AWS:*/accountid=*/regions=*/resourcetype=*/... | AWS:InstanceInformation folder created in s3 by Resource Data Sync cannot be queried by Athena because it has an invalid schema with duplicate columns. | https://repost.aws/questions/QUGe-QMY5KQFmaoW8C4lxrCA/aws-instanceinformation-folder-created-in-s3-by-resource-data-sync-cannot-be-queried-by-athena-because-it-has-an-invalid-schema-with-duplicate-columns | false | |
"Hello Everybody,I plan to migrate AWS Account to different account by all services would be transferred as belowEC2 20-30 InstantsCloudwatchOpenSearhCloudfrontS3Load BalanceEIP for ec2 are more than 20 IP.Therefore, AMI it's seem to be cannot migrate IP together with EC2https://aws.amazon.com/premiumsupport/knowledge-... | Migrate AWS Account | https://repost.aws/questions/QUSKhjpNRLQB6TsJVulD_4iQ/migrate-aws-account | false | "0Hi - Thanks for reaching out.To transfer EIP that Account Basic can do open a ticket for support this?- If you have Basic Support, you can't create a technical support case. Reference : https://docs.aws.amazon.com/awssupport/latest/user/case-management.htmlIf must be developer, business and enterprise what is minimu... |
"I am starting up with the AWS SNS service to send out the SMSSMS Pricing on the page https://aws.amazon.com/sns/sms-pricing/ is mentioned to for India region to be 0.00278 for transactional SMS while when i send out the SMS in the delivery report it comes as **0.0413 ** reports that seems to be 20X high on what is me... | SMS charges via SNS 20X high then actual | https://repost.aws/questions/QU68x63rPLQjiEGlQv1h_IFg/sms-charges-via-sns-20x-high-then-actual | true | "1Accepted AnswerHello Rajesh,Hope you are doing well.I see you concerned about the SNS SMS charges being twice the amount mentioned in the pricing page.The pricing page states as follows [1]:Network/ HNITransactional SMSPromotional SMSAll Networks$0.00278$0.00278All Networks - International$0.0413$0.0413By default, w... |
"It seems that there is some inconsistencies in how the Amazon Polly Console (and files processed through the CLI or API) is handling non-coded pauses when using <break> or where the </speak> is placed in the file.Here are some examples to illustrate the problem - it doesn't matter if a neural voice or standard voice i... | <break> Inconsistencies? | https://repost.aws/questions/QU_XBx8dkkS2CnaPUa7RC6XA/break-inconsistencies | false | "0Hi vabtm,Thank you for reaching out to us. A single newline doesn't enforce a paragraph break, it may happen that the text is split to multiple chunks which could result in having a pause after "Article 1", our recommendation is to use either p tag or more than one single newline to introduce the pause. Examples:<spe... |
"I am unable to delete a couple of buckets that i have. I get a generic error that it failed when i try both "Delete" and "Empty". I would open a ticket, however, i do not have a support plan. Any ideas? The buckets are large a contain 10s of thousands of items.Edited by: guero2356 on Nov 4, 2019 1:01 PMFollowComment... | Error Deleting Buckets | https://repost.aws/questions/QU4TdxEmQkSKKq8fnkKuXS1w/error-deleting-buckets | false | 0Luckily it is working todayCommentShareguero2356answered 4 years ago |
My customer is looking for guidance on using S3 Select on pre-signed URLs. Is this possible? Is there any documentation around this?FollowComment | S3 Select from pre-signed URLs? | https://repost.aws/questions/QUYDu9WjnnR3ipeACyZBbcwQ/s3-select-from-pre-signed-urls | true | "0Accepted Answerthis is not possible, as the method takes object name and bucket name instead of url as documented here:https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.htmlCommentShareLuis_Canswered 4 years ago" |
"Hi, I am trying to fetch the instance name by using the instance id in Lambda function (using Python language) via the below commands.if sys.argv[0] == 'ON':monitor = ec2.monitor_instances(InstanceIds=[id])else:monitor = ec2.unmonitor_instances(InstanceIds=[id])The lambda function gets executed when an alarm is in act... | ec2.monitor_instances() operation giving unauthorize error. | https://repost.aws/questions/QUz-YjkFInRSSa-u_OFpPCrQ/ec2-monitor-instances-operation-giving-unauthorize-error | true | "0Accepted AnswerThe sample code you're given isn't really applicable in Lambda (because there isn't a sys.argv[0] to reference) - but I'm going to assume that it isn't the actual code you're using.What is in the variable id - have you checked to make sure that it is a valid instance id and it is an instance id that yo... |
"I'm trying to run an aws lightsail command, from within my Amazon Linux 1 instance, to update the caching settings on my distribution.When I first created the command it worked fine ... but after a while it stopped working and gave an "An HTTP Client raised an unhandled exception: 'module' object has no attribute 'rai... | HTTP Client raised an unhandled exception: 'module' object has no attribute 'raise_from' | https://repost.aws/questions/QUsGeJzs_BSKqvtfMhAiE2GQ/http-client-raised-an-unhandled-exception-module-object-has-no-attribute-raise-from | true | 0Accepted AnswerIt's difficult to tell but my guess here is "old software".You're running Amazon Linux 1 which is in a limited support phase so I'd recommend upgrading to Amazon Linux 2 very soon.It also appears as if you're running an old version of the AWS CLI which is using Python 2.7 which went end of life in 2020.... |
I run the commandaws batch delete-compute-environment --compute-environment batch-environmentIt returns with no other messages but the compute environment still persist.FollowComment | how to delete compute environment that is invalid ? | https://repost.aws/questions/QUQDKKXZjnQZGwAAe6bQYB8g/how-to-delete-compute-environment-that-is-invalid | true | "0Accepted AnswerPlease check if service role of the compute environment exists. AWS Batch uses service roles to manage EC2 and ECS resources on your behalf. Is the role had been deleted prior to deleting the compute environment, then AWS Batch is not able to delete the compute resources and the enters INVALID state. I... |
"Am new to IoT Twin Maker. I have an entity that has a component with properties humidity and temperature. Am able to test this component and am getting results successfully.I need to write a Lambda function that will ready this JSON, do a formatting and expose the JSON via REST API. What steps should I follow? Any sam... | AWS IoT Twin Maker - read data from Entities | https://repost.aws/questions/QU-Sq8vmwRRbi9BKcRGY7jFg/aws-iot-twin-maker-read-data-from-entities | false | "0Hi,it seems that the connector you are using does not support get_property_value. You can try if get_property_value_history is working. Not every connector supports necessarily both methods.Cheers,PhilippCommentSharePhilipp Sanswered 7 months ago0You may also need to check your component type model: for GetPropertyV... |
"Hi,Memory usage on DocumentDB is getting lower slowly but surely.What may be causing such behavior?When should we increase the instance type?According to docs the rule of thumb is to increase the memory amount once we hit less than 1/3 of total memory, but the reason for the increase is what we are more interested in.... | DocumentDB memory usage | https://repost.aws/questions/QUZMXTnRb8S6uPBdB6e69sLg/documentdb-memory-usage | false | "0There can be several reasons for the memory usage on DocumentDB to be getting lower slowly but surely:Database activity: If there is less activity on the database, such as fewer reads and writes, then there will be less memory usage.Automatic indexing: DocumentDB automatically indexes all data in a collection, so if ... |
"Greetings,I'm trying to set up launching an instance in EC2 g5 and I keep getting an error saying I don't have the number of permissions for vcpu's. When I contacted support for an increase in authorization, they declined and said it could incur large fees. I want to be able to use the on-demand g5 cloud computing for... | Problem launching instance of EC2 server for GPU intensive applications. | https://repost.aws/questions/QUvN3JWV2IRamSM5FQv7yCig/problem-launching-instance-of-ec2-server-for-gpu-intensive-applications | false | "0Hi,Can you share the exact error message you are receiving?Reason I ask this is for the following reasons:You might genuinely not have the permissionsYour account might still be to new to launch large instance types and you might need to opt for a smaller instance.What you can do is check what you can launch by navig... |
"Hi Team,Could you please explain the significance of filters in Inspector V2 and also I would need a cloudformation code to enable filters in Inspector V2.Please help me with a cloudformation code example on filters in Inspector V2ThanksFollowComment" | Enabling Filters in Inspector V2 | https://repost.aws/questions/QUFSL6YAePTt6ZLfoG-vAY4Q/enabling-filters-in-inspector-v2 | false | |
"Hi,As I want to transfer the objects from BUcket A in Account A to Bucket B in Account B. I want to get the same Last Modified dates same can I get that?FollowComment" | Migration of objects to different bucket in diff account | https://repost.aws/questions/QUpaw_MnUrQAKrB5f-sFmVOA/migration-of-objects-to-different-bucket-in-diff-account | false | 0Hello ThereYou cannot modify metadata like the Last-Modified date. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#SysMetadataYou can copy the Last-Modified date to user-defined metadata on each object if you need to retain a record. Check this previous thread.https://repost.aws/question... |
"I'm still quite new to gamelift services and spending considerable time testing and learning at my own pace. I'd like to use my free tier hours for this learning stage but if I leave a fleet running for hours during which I'm not tinkering around, it would basically be eating away at those free hours... is there a way... | Temporarily 'pausing' a fleet | https://repost.aws/questions/QUN8u2VQTgSb23PdGA4VzYxg/temporarily-pausing-a-fleet | false | "0Hi @REDACTEDUSERSetting the instance count to 0 using the console or UpdateFleetCapacity API, is the correct approach for this.You’re correct that this will not scale-down the fleet if it has an ACTIVE GameSession on it and protectionPolicy is set to FullProtection. You can remove protection from a particular GameSes... |
"Some tasks within Amazon Forecast can take a long time, and I would like it to trigger a Lambda function once it finishes a long task (creating import jobs, training models, making forecasts, etc...) to update my database for exampleHow can I do it?Can I use something like Amazon SNS or SQS?Edited by: luizt on Jan 25,... | Make Forecast trigger a Lambda function when done performing task | https://repost.aws/questions/QUO1PErIgkSESZJSXagFnTpA/make-forecast-trigger-a-lambda-function-when-done-performing-task | true | "0Accepted AnswerYou may use a combination of AWS Lambda, AWS Step Functions, and Amazon CloudWatch events to periodically check and take the next actions accordingly. Please refer to the blog https://aws.amazon.com/blogs/machine-learning/automating-your-amazon-forecast-workflow-with-lambda-step-functions-and-cloudwa... |
"Before my free tier expires, I would like to cancel all my hanging service. I tried to find them but got no luck. It's "Amazon Elastic Compute Cloud" and "AmazonCloudWatch". Could someone tell me how do I do that? Thanks.FollowComment" | Don't know how to cancel services | https://repost.aws/questions/QUEc0V5rjkS5O-LchjQ5eyTA/don-t-know-how-to-cancel-services | false | "1There is a good guide on identifying services that you want to shut down here: https://aws.amazon.com/premiumsupport/knowledge-center/check-for-active-resources/Once identified, you can use the following guide for details on how to terminate them: https://aws.amazon.com/premiumsupport/knowledge-center/terminate-resou... |
My customer wants to connect datacenter in Germany to us-west-2 AWS. They are considering a Direct Connect partner and the question is how to get traffic into us-west-2.Would Direct Connect Gateway solve this problem? As far as I understand Direct Conncet Gateway will allow on-prem to connect to any region on AWS.Any l... | AWS Direct Connect traffic from on-prem DC to remote AWS Region | https://repost.aws/questions/QU0MVC2weCQKOjN-uUR5gLaQ/aws-direct-connect-traffic-from-on-prem-dc-to-remote-aws-region | true | "1Accepted AnswerCorrect - a Direct Connect Gateway will allow your customer to connect to VPCs in any AWS Region, via a Direct Connect location in Germany.You can attach up to 10 VGWs per Direct Connect Gateway; more limits information is in our docs here.CommentShareEXPERTmhjworkanswered 4 years ago" |
"So, we've inherited an infra not using the best practices from AWS, and there is a single t2.xlarge machine instance serving Images already stored in it and some backend logic.While we are creating a new Infra using S3 + Cloudfront and ASG, we have to save the day until that happens.We're trying to understand how to r... | EC2 serving images slow: PPS issue? Bandwith issue? Both of them? | https://repost.aws/questions/QUx9jfvBitRDWZQD8uFU1JAA/ec2-serving-images-slow-pps-issue-bandwith-issue-both-of-them | false | 0Have you tried turning on Unlimited for the instance to eliminate any bursting limits?CommentShareEXPERTkentradanswered 2 months ago |
"Endpoints for Amazon DynamoDB is documented herehttps://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-ddb.htmlI don't see any mention of setting up cross account access for Endpoints for Amazon DynamoDB, is it supported? How can our customer achieve it?FollowComment" | Amazon DynamoDB across account access with VPC endpoints | https://repost.aws/questions/QURYC5wUuVTIGLsJ-Z2-Ks7g/amazon-dynamodb-across-account-access-with-vpc-endpoints | true | "0Accepted AnswerWhat you are trying to do is access a DynamoDB table in a different account.DynamoDB does not support Resource Based Policies (c.f. S3, KMS, SQS to name a few) the way you access DynamoDB is always with a principal of the account that provisioned the DynamoDB Table resource. So, by assuming a role i... |
"I find myself continually migrating further into the AWS eco-system. I would love to make Cloud9 a larger part of my workflow for ease of integration with both GIT and Lambda functions. As part of my writing Python scripts, I would love to interactively run snippets of scripts and have code sent to an ipython (or eq... | Easy Interactive Python - Is there something akin to VS Code's Shift+Enter for sending code to ipython terminal in Cloud9? | https://repost.aws/questions/QUT4vu6DxVQnSM5znJasJyXg/easy-interactive-python-is-there-something-akin-to-vs-code-s-shift-enter-for-sending-code-to-ipython-terminal-in-cloud9 | false | |
"hi i'm unable to set virtual MFA, i've tried Authy and Google Authenticator. Both does not seem to work! Scanned th eQR code and keyed in the pin code twice but it does not authenticate. i can assure that the code is correct. Any ideas?FollowComment" | Invalid MFA Code | https://repost.aws/questions/QUoxs46k65RWqKa9c1d8IJBg/invalid-mfa-code | true | "2Accepted AnswerHi, when you're setting up the MFA, it should ask you for 2 different codes, I guess you're copying only the first code twice. Try to re-assigned the MFA, scan the code and wait for the 2 different codes to see if that works.Cheers!-D. CommentSharedominguezdanielanswered a year agorePost-User-6780549 a... |
"I configured AWS Backup in CDK to enable continuous backups for s3 buckets with this configuration :backup rule : with enableContinuousBackup: true and deleteAfter 35 daysbackup selection : with resources array having the ARN of the bucket directly set and roles setup following the docs of aws : https://docs.aws.amazo... | Expired s3 Backup Recovery Point | https://repost.aws/questions/QUYA9x3ec2QE26FjQD2w_QWQ/expired-s3-backup-recovery-point | false | "0Dear User,Thanks for posting a query on re:post.Just wanted to share that the recovery point that is created by AWS Backup cannot be deleted in the console window of the protected resource. You can delete them on the AWS Backup console by selecting them in the vault where they are stored and then choosing Delete.Let ... |
"We have been having an issue where we receive multiple Open Events via SNS. These events happen withing a split second of each other, and all come from cloud watch ip addresses. This doesn't appear to happen for every recipient, but it loooks to be around 50%.Below are events we have received (with sensitive data remo... | SES Open Events - Getting Duplicate events from cloudfront IPs | https://repost.aws/questions/QUmb8zX9dHRby8eY-bayka0w/ses-open-events-getting-duplicate-events-from-cloudfront-ips | false | |
"I'm trying to get region-wise buckets using getBucketLocation() method in AWS S3 SDK, for all the regions it returns proper outputs but for the region us-east-1 it throws the error.Tried few solutions such as changing the bucket name, deleting the bucket etc. but still the error persists.FollowComment" | Getting error - The authorization header is malformed; the region 'us-east-1' is wrong; expecting 'ap-south-1' (Service: Amazon S3; Status Code: 400; Error Code: AuthorizationHeaderMalformed) | https://repost.aws/questions/QUHQVY8pX5RgKISg-FjoeetA/getting-error-the-authorization-header-is-malformed-the-region-us-east-1-is-wrong-expecting-ap-south-1-service-amazon-s3-status-code-400-error-code-authorizationheadermalformed | true | "0Accepted AnswergetBucketLocation() returns a region ID like "af-south-1" for all regions except us-east-1, when it returns null. Are you sure it's getBucketLocation() returning the error rather than something using its output that's getting tripped up by the null?CommentShareEXPERTskinsmananswered 4 months ago0I deb... |
"My image files are automatically converting into octet-stream while uploading to S3 via multer-s3 with node js, API gateway and lambda. It was working fine when my node app was on vercel. What possibly could have gone wrong?FollowComment" | Uploading image file to S3 | https://repost.aws/questions/QURsUU8baCSzOXznV5exWAEg/uploading-image-file-to-s3 | false | "0Check this out. By default the content type is set to application/octet-stream. If you want multer-s3 to automatically find the content-type of the file, use the multerS3.AUTO_CONTENT_TYPE constant.https://www.npmjs.com/package/multer-s3-v2#setting-custom-content-typeCommentSharesupriya_awsanswered 2 months agorePost... |
"I have a large piece of server software (3 GB of files pre-install) that is running on an EC2. The software installs a full app server or interface server that communicates with the front-end desktop GUIs and database. The software was originally designed years ago to be installed through a visual step-by-step install... | What are cloud best practices for installing software on many EC2 instances that can be configured many ways? | https://repost.aws/questions/QUP3C2aGnMR5GOqo-OYHlPUA/what-are-cloud-best-practices-for-installing-software-on-many-ec2-instances-that-can-be-configured-many-ways | false | "0Hi - You can consider to look into the following. One from an auto scaling standpoint and one from bringing up the infrastructure.A launch template is similar to a launch configuration, in that it specifies instance configuration information. It includes the ID of the Amazon Machine Image (AMI), the instance type, a ... |
I am not able access my resource in two regions and I ma getting API error for emarly any operation.What is the reason?FollowComment | Getting API Error in Ohio and N. Carolina | https://repost.aws/questions/QUOU6kw0fDTkqpA47CrVEZaQ/getting-api-error-in-ohio-and-n-carolina | false | "0Hello!This can be caused by a few things, but primarily revolves around access denied or active event.You can check for active events by checking the Service Health Dashboard https://health.aws.amazon.com/health/homeIf it is a permissions issue it is likely IAM policy [1] or SCP related. If possible (if you have acce... |
"I've got an interesting issue where occasionally a user is able to create an account with email and get verified with the one time passcode and then loses the email_verified prop. I can prove this is happening with a subsequent call to our api (deconstructed auth token jwt below). Strange thing is, later when we che... | Cognito email_verified gets set to false | https://repost.aws/questions/QUcfi3D0D2T4CqLTxWyvLagw/cognito-email-verified-gets-set-to-false | false | |
"Hi!,I post this question regarding an issue that happens to us at random times. Maybe someone experienced similar situation or can give us a clue.We have three windows ec2 running inside vpc with internet access that make requests to some public api gateways. We have noticed that at random times (the last issue was Ap... | At random times connection from ec2 machine to api gateway returns Could not create SSL/TLS secure channel | https://repost.aws/questions/QUl_gjgH5nSEqhlLXvELF96w/at-random-times-connection-from-ec2-machine-to-api-gateway-returns-could-not-create-ssl-tls-secure-channel | false | |
"Hi,I am wondering if there is any way that a game server can activate itself without receiving the onStartGameSession event?The scenario I am looking at is roughly like this: I am using a 3rd part matchmaking library; This library allows the game server starts a session and wait for the players. I am planning to make ... | How to Make a Game Server Activate Itself? | https://repost.aws/questions/QUcwMQDy6sQ8yd1NKpBexFhw/how-to-make-a-game-server-activate-itself | false | "0Hi Aydin,It sounds like your use case is to have a holding pool of game servers ready to place matches as soon as the matchmaking library returns a match, is that correct? Have you considered using fleet auto-scaling to scale up your fleet based on utilization?Reference: https://docs.aws.amazon.com/gamelift/latest/de... |
"It doesn't look like we have the ability to create queues, routing profiles for AWS connect via CFT and CDK. Is that true? Is it possible to call createQueue, createRoutingProfile APIs from CDK to achieve this? Is it necessary to use a custom resource or can the API be called from CDK?Thanks!FollowComment" | AWS Connect: create queues and routing profiles | https://repost.aws/questions/QU_-NY70NfSN6m1hqMvivNqw/aws-connect-create-queues-and-routing-profiles | false | "2Hi there!As we do not have API's available for deleting queues or routing profiles, they are not supported in CFT or CDK. You could use a custom resource to manage queues as you described, with your own logic for deletion (a rename is a good pattern).Our API's to create queues and routing profiles could be called fro... |
"How can I send a message to my IOT device which is connected to AWS IOT core, through Grafana?I am already receiving data from my IOT device:IOT device ---> IOT core --->Amazon message rule-----> Amazon DataStream --->Amazon GRAFANAHow can I reverse this operation;Amazon Grafana---> IOT rule ---->send Mqtt message to ... | Grafana to send mqtt messages through aws iot core | https://repost.aws/questions/QUATmA-J57SFWDWlRfqO8Auw/grafana-to-send-mqtt-messages-through-aws-iot-core | false | "0Amazon Managed Grafana is a fully managed data visualization service, and while I don't want to say it's not possible to send data from Grafana to AWS IoT devices, I think I'd like to better understand the use case.Can you describe the outcome you're looking to achieve in this scenario? What type of message would you... |
"Hi,We are noticing an issue where our automated UI tests are failing on AWS Codepipeline because a table on one of our application webpages fails to load ONLY on AWS codepipeline. The same tests pass on local where the table loads without any issues. Upon investigating, it looks like the API that needs to be called fo... | Disable/Enable APIs on AWS Codepipeline for test automation runs | https://repost.aws/questions/QUozKUoH55Qe6Ho2J19qJSGg/disable-enable-apis-on-aws-codepipeline-for-test-automation-runs | false | "0Hello Umair,Thank you for your query.Regarding your issue, can you please let me know which API call are you talking about. If this API call is for any IAM related permission, you can ALLOW/DENY it using the Code Pipeline service role from the IAM console.[] Identity and access management for AWS CodePipeline - https... |
"I'm using STM32 L475E_IOT01A2 and I tried to run the sample "Connect to AWS IoT - STM32-B-L475E-IOT01A", however, it always failed to establish the connection.Actually, it always returned secureSocketStatus=-1.Actual message observed on the screen is attached below.1 535 [Tmr Svc] Waiting for 180 seconds before genera... | FreeRtos sample for STM32_L475E_IOT01A cannot establish connection | https://repost.aws/questions/QUN_-EZJlsSKK7vlyZsUtLnw/freertos-sample-for-stm32-l475e-iot01a-cannot-establish-connection | false | "0Hi CK. I have this particular board. Yes, the WiFi socket connection is being closed unexpectedly. What have you setup in IoT Core? I suspect the issue is probably in the cloud configuration. Is the device certificate registered and activated? Do you have an IoT policy attached to it that permits connection? Could yo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.