Most voted "aws" questions
Amazon Web Services (AWS) is a set of proprietary remote computing services from Amazon.com. This tag can be used for software development issues that are platform-specific. SUPPORT AND CONFIGURATION QUESTIONS ARE NOT WITHIN THE SCOPE OF THIS WEBSITE.
Learn more…241 questions
Sort by count of
-
0
votes2
answers45
viewsUsing variable values
I have this code in GO and as you can see I use two constants to pass the region and the name of Bucket. I would like to know how to leave these values variable, since I can use Buckets in other…
-
0
votes0
answers26
viewsProblem with cloudfront aws with Nuxt
I have a problem that I have no idea how to solve. I’m hosting a site made with Vue and nuxt in the cloudfront of aws, so far everything normal When I am on some internal page and reload pressing…
-
0
votes1
answer127
views -
0
votes0
answers96
viewsWin32exception: The network path was not found
I am getting the following error in my application that is hosted on aws Sqlexception: A network-Related or instance-specific error occurred while establishing a Connection to SQL Server. The server…
-
0
votes1
answer88
viewsHow to read the contents of a file in awsS3 with golang
I’m trying to create an API in golang This will return the read data from a file in AWS (S3) For example, in c# I do this way to read the data: GetObjectRequest request = new GetObjectRequest{…
-
0
votes0
answers92
viewsWhen saving an image to S3 using the AWS Lambda function with PHP, the file is saved as . bin
I have an Laravel app that runs as a Lambda function on AWS. When I upload an image using the S3 driver, the final file is saved with the extension .bin. I used the method storeAs, to set the file…
-
0
votes0
answers16
viewsFailed to update tags in Beanstalker
We have some beanstalks configured and we are trying to update the tags of a specific to apply automatic machine shutdown (EC2) at certain times. It shows failure when adding a new tag, as the image…
awsasked 3 years, 10 months ago Luiz Filipe Da Silva 57 -
0
votes2
answers106
viewsAWS lambda - cannot connect to RDS database, only locally
I am trying to connect to a RDS instance from a lambda. I made and tested the lambda locally, it worked perfectly. However, when I deploy to AWS the code is normally executed until the part where…
-
0
votes1
answer164
viewsJSON to String API GATEWAY ( AWS )
I need to receive a JSON in my API GATEWAY and pass to my LAMBDA ( GOLANG ) a STRING, The Structure Apigatewayproxyrequest the body is String type, when I try to call the lambda passing the json the…
-
0
votes0
answers5
viewsAWS - Local testing with cdk
I recently started developing a serverless application using AWS CDK with typescript. It’s a much better option than doing everything via console because I can host the code in a repository and the…
-
0
votes0
answers9
viewsHow to enter the site via HTTPS by AWS load
For weeks I have been trying to enter through port 443(https), I already have the certificate of Amazon enabled via https, is already active and in use in load Alancer, the linnester for port 80 and…
awsasked 3 years, 2 months ago Filipe Nogueira 1 -
0
votes0
answers34
viewsField timestamp does not insert in Mariadb
I have a local server to program using shaman and his database is mariaDB. I made a system that inserts a record in the table but the data_separation field is a timestamp that by default is NULL. At…
-
0
votes2
answers102
viewsTerraform: Bucket aws
Hello I’m taking a terraform course and I came across a mistake I’m not getting through. I created a Docker container with terraform and it has the following main.Tf,ec2.Tf,output.Tf,variable.tf. I…
-
0
votes1
answer31
viewsHow do I updateItem an element nested in Dynamodb?
I have a Map format structure stored in Dynamodb, and would like to add another attribute within the school object, something like: { name: 'Felipe' uid: 112233, data: { structure: { school: { name:…
-
0
votes1
answer40
viewsWhat is the correct way to use AWS Iot.describeCertificate()? I cannot access the function asynchronously
I need to regain the status of an AWS-Iot-Core certificate using a Lambda function with Nodejs. According to the official documentation would need to use the function describeCertificate(). This is…
-
0
votes1
answer25
viewsHow to create a Bucket on Aws S3 using android?
I’m trying to do it this way: public AmazonS3Client getS3Client(Context context) { BasicAWSCredentials credentials = new BasicAWSCredentials(accessKey, secretKey); s3Client = new…
-
0
votes0
answers19
viewsSelenium with AWS Farm giving error "URL has expired"
Hello. I am developing automated tests using Selenium and AWS Farm (desktop). To run the tests I am using Circleci. When I run the tests it starts the execution but then presents the following…
-
0
votes0
answers120
viewsHow to include a file in a S3 with localstack using Java?
I created an application using Java with Spring. I set up a localstack and created a Bucket using AWS CLI. Everything went right. Only when I try to include a file using the code below, it bursts an…
-
0
votes1
answer41
viewsHow do I pull from the remote gitlab repository in a freestyle Jenkins pipeline?
I’d like to know how to best search for remote repository updates by doing a git pull with a fresh Jenkins pipeline. I am using Jenkins just to get updates on the master and Developer branchs. I…
-
0
votes1
answer38
viewsHow to send files to a static website on S3
I’m developing an application in Nodejs using the AWS SDK. Summarizing the code creates a Bucket, assigns the security policies to allow public access, and enables it to static websites however,…
-
0
votes0
answers20
viewsDownload S3 object in Node with typescript
I am developing an XML signing API with digital certificates in P12/pfx format. These certificates are stored in a S3 Bucket. The API is being built using Node and Typescript. My problem is the…
-
0
votes0
answers12
viewsDynamodb update_item: How to add an element to an attribute of an existing item
Hello, I’m new here in the OS and also with Dynamodb :) - My question should be very simple for the gurus here in the OS, I hope I am not being negligent to the documentation with my question, but I…
-
0
votes0
answers14
viewsRstudio Server, with Shiny on AWS
all right? See if you can help me with a question. I use Rshiny for a Dashboard where I work, last month we migrated this application to a virtual machine (aws), installed the Rstudio server and…
-
0
votes0
answers11
viewsAWS - Pipeline when running deletes folders. How do you change this behavior?
Using an EC2 instance, along with codecommit, codebuilder and codedeploy, I have a folder structure at the root that looks like the following: root api (API codes in PHP) backend (PHP administrative…
-
0
votes0
answers17
viewsCORS error in commandeer with localstack
I’m using the commandeer to execute a local AWS instance. But some services I need, like Dynamo, Cloudformation, SNS and SQS are disabled with error 403 in commandeer. When I open the Docker image…
-
0
votes0
answers9
viewsProblems with CI/CD in Github Actions for AWS
I am facing a problem when making my application CD in AWS, within my yml code I have the following excerpt: # Configure AWS credentials - name: Configure AWS credentials uses:…
-
-1
votes2
answers251
viewsConnection to Servers on Amazon
Hello everyone someone would know tell me how to connect to Amazon servers via C# in Visual Studio I need access to Mysql and Sqlserver databases
-
-1
votes1
answer305
viewsTwo domains pointed to the same instance ec2
I have two domains, abc.com.br and Xyz.com.br. I am pointing both to the same instance ec2 on Amazon. I have two php (wordpress) applications within this instance, one that is in /var/www/html and…
-
-1
votes1
answer40
viewsAPI Amazon Product Advertising
I am using the third party API (Nager.Amazonproductadvertising) to search for books and other items in the Amazon Catalog, when the application was in test did not present any error, just put on the…
-
-1
votes1
answer70
viewsVirtualhost AWS Ubuntu
Hello big linux ninjas. I’m working on the AWS ec2 Ubuntu, and I need to create a subdomain. I saw some tutorials but none worked. I created a file on: /etc/apache2/sites-available/ called…
-
-1
votes1
answer207
viewsHow to extract the public key from a certificate . pem to use with openssh
I have a private key rsa formatted as PEM issued by Amazon’s key generation service (AWS). I need to extract the public key from the private key to use in the file ~/.ssh/authorized_keys in other…
-
-1
votes1
answer338
viewsphp require does not work
I have a php site hosted on a linux server in AWS, on the local server, which is windows, it is working normally, but hosted on this other server it does not work the requires. I’m calling the pages…
-
-1
votes1
answer27
viewsProblems with the database
Well guys I created an account in aws, to manage it with mysql I wrote the password the user and I’m sure that this disgrace does not log, already Mechi in ec2, I put to be accessed by any ip with…
-
-1
votes0
answers7
viewsLambda Schedule is running incorrectly
Good afternoon staff I have a lambda Schedule on my aws account that was supposed to run every weekday from 10 to 17 Monday to Friday rate: cron(0/30 10-17 ? * MON-FRI *) #executa A cada 30 minutos…
-
-1
votes1
answer23
viewsProblems trying to create an aws service using serverless
I am trying to create a service in AWS using serverless but when trying to execute the command sls deploy, I am presented with the following error: An error occurred: Iamrolelambdaexecution - Syntax…
-
-2
votes2
answers408
viewsAWS with Route 53 - Domain with WWW does not work and neither does HTTPS
It’s my first experience with AWS and it’s been really complicated. I have no domain for machine assembly, no DNS routing, and what I’ve achieved so far is creating an instance of Beanstalk,…
-
-2
votes1
answer35
viewsWhat service do I use to receive data in AWS sent by MQTT?
Which service is recommended for me to receive data sent via MQTT protocol? Should I use Amazon MQ ? or the Aws Iot ? The data will be sent frequently 1 minute and can reach 200 messages at a time,…
-
-2
votes1
answer59
viewsserverless deploy command not found even after installation
I installed the serverless via npm, but it says that the serverless and serverless deploy command do not exist, not even serverles -v, as if it had not installed via npm.
-
-2
votes1
answer41
viewsconnecting AWS RDS postgres with python
I have a database mounting with the postgres engine in the AWS RDS I would like to know how to access it through python import psycopg2 import sys import boto3 ENDPOINT="endpoint na AWS" PORT="5432"…
-
-2
votes1
answer161
viewsConfiguration of NGINX + uWSGI + Django in a multi-tenancy application
I have a single application in Django hosted on AWS. But these days, I turned it into multi-tenancy, using Django-tenant-schemas. Locally, it runs normally. I can create my tenants and access them…
-
-2
votes1
answer13
viewsHow to automatically register Target Groups in Elastic Beanstalk?
I have an application in Elastic Beanstalk that when I changed his ability and configured the health check started giving 503 Service Temporarily Unavailable. After a while I saw that it had some…