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
answers430
viewsInstall PHP 7 on the AWS EC2 Linux server
I am executing the following command: sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt My intention is to install PHP, but this turning the error: >Lendo listas de pacotes... Pronto…
-
0
votes0
answers248
viewsPlace a site with Laravel on AWS EC2
Good am new in this type of environment I need to put an online website in Amazon Web Service EC2 but I’m not getting. I tried to change the document 000-default.conf to the folder /www/public which…
-
0
votes1
answer113
viewsPHP & Mysql on AWS
Hello, I am new to the issue of AWS and would like to acquire a machine there so that it works basically as a localhost server (MAMP, WAMP, XAMPP) so that it works as a website, only with everything…
-
0
votes1
answer50
viewsWhat are the advantages of providing metadata when inserting object into S3 AWS?
In the AWS SDK for PHP v3 the method putObject receives several parameters, such as Contenttype, Contentencoding, etc. In its simplest form, I can insert an object only stating Bucket, Key and…
-
0
votes2
answers171
viewsCheck the status of a service on Amazon
Well my doubt is not exactly about code but how to start a project. My doubt is the following, having a machine in Amazon, within it there are several services that are running...my problem is that…
-
0
votes1
answer86
viewsLoad Balancer. Error leaves outofservice instances
Good night. Does anyone have any idea what it might be? I have a LB with those mistakes: (in both instances) Instance Outofservice (in both zones) Availability Zone Healthy? No (Availability Zone…
-
0
votes1
answer65
viewsec2 aws does not respond to installed application
I recently received a ec2 to upload a client application to it, the application was made in springboot and until then I had no difficulty installing the postgres and the application as a service…
-
0
votes2
answers122
viewsHow to safely store AWS credentials in a Java application?
I have a Java Desktop application that is distributed to customers. I need, from now on, send data from this application to Amazon S3. For this you need to set the credentials AWS (accessKeyId and…
-
0
votes1
answer61
viewsInfluence on the chosen AWS region in performance
Logically, comparing two similar infrastructures, it is expected that the closer to the request user respond more quickly. For web applications in AWS in general (not being real time), the…
-
0
votes1
answer38
viewsAWS Route53 white label configuration
Someone who knows Amazon AWS and has used Route53 knows the right way to set up their own nameservers in the tool? Ex.: ns1.meudominio.com; ns2.meudominio.com; ns3; ns4... etc I followed all the…
-
0
votes1
answer99
viewsHow to create a Mysql schema after starting an instance in AWS-RDS?
I’m starting with the AWS Relational Database Service. I’ve already started a Mysql instance and now the next steps are: Run sql that creates schema and tables, Run sql that inserts the data. How…
-
0
votes1
answer64
viewsRDS SQL Server AWS - Doubt about changing BD instance class
I need to change the class of the database instance, because I use the "micro" and need to change to an instance with larger resources. My question is whether while changing, I lose my current…
-
0
votes1
answer50
viewsHow to query an AWS RDS service through the AWS API?
I have an AWS RDS service database and an API on AWS API GATEWAY services. One of the data request options when creating methods is to use other AWS services. Researching this post i saw that it is…
-
0
votes1
answer93
viewsHow to create a Powershell Script to start an EC2 instance and capture public IP?
would like to create a Powershell Script that runs the following steps: 1 - Start an EC2 Instance in AWS (Windows); 2 - Wait for it to be available for remote connection. While waiting, display a…
-
0
votes1
answer16
viewsHow to get aws service with aws-sfk-php-zf2 v 2.0. *?
I was using aws/aws-sdk-php-zf2 1.2. * and had to update to 2.0. * and now AWS SDK is v3. Before, I called the service with the code: $this->s3 = $serviceLocator->get('aws')->get('s3'); But…
-
0
votes1
answer57
viewsRails project deploy on AWS, port-free access
I need to upload a site developed in Rails in the AWS. However, whenever I give the start it is only accessible if I specify the port used by Rails (www.dominio.com:3000, for example). I tried to…
-
0
votes1
answer46
viewsUpload Amazon S3
I’m having a question, I made a small php script to upload files into my Bucket and I need all and any file contained in it to be accessed only through a url. How can I do this? via code or…
-
0
votes1
answer41
viewsAWS Cloudsearch - I can’t find words that end with the string
I’m using the CloudSearch of Amazon. But I have a problem searching the words that end with a certain term, I can’t perform this type of search, it returns me only the records that start with the…
-
0
votes0
answers232
viewsI can’t see the . htaccess file or binary files on ftp
I use a Ubuntu 16.04+apache+vsftpd instance in Amazon ec2. I cannot see the file . htaccess via ftp, but in vps it is there. What can it be? Binary files I also can’t see via ftp, will the problem…
-
0
votes1
answer28
viewsMongodb on air at AWS
I need a help, I did not find anything practical and exact in google, I have a backend with Node and using Mongoose, and I can run site quietly, because in CMD I run the command 'mongod', and my…
-
0
votes0
answers906
viewsFTP External access Amazon ec2 Windows Server
I have an instance of Windows Server 2016 t2.micro on Amazon ec2. I installed IIS with FTP support. I followed this guide to make my ftp accessible externally:…
-
0
votes1
answer42
viewsAWS SES CURL ERROR
I’m trying to set up an email server for my website, but when I try to send some email I get this error: Error executing "SendRawEmail" on "https://email.us-east-2.amazonaws.com"; AWS HTTP error:…
-
0
votes1
answer43
viewsError accessing RDS database with Heidsql
I get an error message when entering the Amazon RDS database: The access data is correct and the seat is spinning. Is there any procedure to be done to access the RSD database in Heidsql ??…
-
0
votes2
answers31
viewsAWS Amazon - I changed the default Ubuntu user folder
After changing the default folder of the Ubuntu user, I can no longer login, because the private key is not found. What to do?
-
0
votes0
answers75
viewsUpload progress bar Amazon S3
I’m using the following code that sends the post with the $_FILE file to a file I called upload.php, which makes use of Amazon’s php sdk. The upload is taking place normally, but I noticed that the…
-
0
votes1
answer20
viewsAWS - Start Second Instance Via Cloudwatch
Hello, I have a scenario with 2 instances, in a "load balance on iis - Windows Server", but most of the time, only one instance holds the load. Therefore, the client requested me, to keep the second…
-
0
votes2
answers143
viewsASP Net Core - Server receives multiple GET requests repeatedly
Hello, I have a server hosted on an EC2 instance, Ubuntu Server on Amazon AWS. No one is making requests to this server, however, logs presented in Cloudwatch indicate multiple GET operations…
-
0
votes1
answer22
viewsUpload photos to Amazon Storage?
I want to put a form with an image upload field in the client that uploads the photos directly to Amazon S3, without going through the server, using Meteor, someone can point a direction, some hint…
-
0
votes3
answers67
viewsAWS Lambda Function
I’m creating a Lambda Function on AWS to perform file upload. At the moment I make the request as POST, where I send in the body the document in Base64 format. However, I am having some problems…
awsasked 6 years, 4 months ago Diogo Andrade Miranda 1 -
0
votes1
answer32
viewsMultiple Environments with AWS Dynamodb
There is the possibility to create different environments for development, qa and production using AWS Dynamodb on Amazon?
-
0
votes1
answer29
viewsLamda functions - How do I loop AWS-Stepfunctions - with Nodejs?
I have a function lambda, F1, in Nodejs whose main objective is to read the contents of a file that is deposited in S3 through another process. Let’s say in this file there are 10 products. I need…
-
0
votes1
answer134
viewsWhat are the advantages of using AWS-Stepfunctions?
Since there is already a system or processes in progress (all functional) with AWS - Lambda functions what would be the advantages or disadvantages of bringing these processes to step functions,…
-
0
votes1
answer33
viewsHow do I save the user session to a website stored on AWS - S3?
At AWS we may use the S3 service to provide static websites. Seundo to documentation static means not using back-end like php, Asp.net, etc. However, I can load content dynamically through…
-
0
votes1
answer234
viewsConvert VARCHAR to TIMESTAMP (AWS REDSHIFT/POSTGRESQL)
I have the following problem, at source I have the data coming as varchar example of data source in varchar format: 08:15:49 18:16:05 20:01:33 etc.... I need to reinsert this data into a new table…
-
0
votes1
answer403
viewsHow can I create vpn connections using cloud services like AWS?
I wanted to use the Google Cloud service or AWS to connect to the internet via VPN, thus having an alternative route for the connection, because my provider has a high ping in relation to certain…
-
0
votes1
answer31
viewsWhat is the purpose and application of the AWS Athena service?
Reading the documentation of AWS Athena - It is noticed that this service offers a way to make queries in files stored in S3 through traditional SQL and without going through an ETL. That’s the…
awsasked 6 years, 1 month ago zwitterion 2,876 -
0
votes1
answer62
viewsHow to use websocket in an Aws Beanstalk hosted application
I have a system running on aws Beanstalk, is a Java application with architecture Tomcat + Spring. I’m finding it difficult to make the websocket work, that locally is functional. The websocket…
-
0
votes1
answer60
viewsHow to access a DB in an AWS EC2 port, using Datagrip or Pgadmin locally
I have an instance on AWS EC2 that has a Database on Postgres (not on Amazon RDS). I would like to access it using some tool like Datagrip or Pgadmin on my local computer. Is it possible? How to do?…
-
0
votes1
answer60
viewsHow to specify a white space in the AWS CLI S3?
Use Powershell or CMD to execute a command on AWS CLI S3, the command I execute is this: aws s3 cp s3://repositorioimagens/ampliacao/BR/1022-IKON IMAGES/STOCK239/ . --recursive The problem is that…
-
0
votes1
answer172
viewsHow do I pass values from a CSV to a JSON in Python?
I tried two ways to read a CSV file and pass the values in the JSON value parameter, but it does not return any result, if I pass the direct values, it works. Code 1: import boto3 from datetime…
-
0
votes0
answers31
views -
0
votes0
answers47
viewsArgumentexception: The 'Clientid' option must be provided
I’m uploading my application to the aws servers. When I run the application locally it works perfectly, but when I test it in the cloud I get the following error. The parameter 'Clienteid' is my key…
-
0
votes1
answer122
viewsDownload Laravel dependencies via Composer in AWS EC2
I cloned an Laravel project on a linux server EC2 and when I will download the dependencies via Build it gives the error Do not run Composer as root/super user! See https://getcomposer.org/root for…
-
0
votes1
answer100
viewsIs there a need to do something to ensure queue delivery (SQS) in AWS?
Assuming I have 2 Microservices "A" and "B" that are communicating through an SQS "F" queue". The microservice "A" can fall, "B" can also fall, the question is: should I take into account that "F"…
-
0
votes1
answer118
viewsAWS - How to make CRUD on S3
I recently started studying AWS, and I’m feeling totally lost in the meaning of some things, how they work and what are their contexts for the application. For example Keys (Keys), buckets (Bucket),…
-
0
votes0
answers40
viewsSending a GET request
I am trying to send a GET request to another computer (Win Server R2 2008), from an EC2 AWS (Linux) instance via Curl by command $curl -X GET --header "Authorization: bearer <token>"…
-
0
votes1
answer504
viewsHow to upload a Flask server in 0.0.0.0:80 on Ubuntu 16.04 Linux with python3 on an AWS EC2?
I need to run a Flask server in an EC2 instance. For this we need to solve these two steps: Open that door in EC2 Make Flask rotate in 0.0.0.0:80 The first step is ok. The door is open to interet:…
-
0
votes1
answer108
viewsAudio streaming server with files in S3 Bucket
I’m developing a web service on Node Js to be consumed by a streaming app. My audio files are hosted on AWS S3 Bucket. So far so good, I can play the songs in the app. But the big problem is the…
-
0
votes1
answer24
viewsSelect index object in AWS S3
I don’t know how to allow access to the index.html file without specifying it: see: If I do not include the name of the index.html file shows error measurement. How can I free access to the folder…
-
0
votes1
answer36
viewsID Undefined in Auth.currentUserInfo() aws-sdk function
Hello I am using the sdk of aws, to recover the information of the logged in user I am calling the method: Auth.currentUserInfo(); But he returns the object: attributes: { sub:…