Skip to main content

Posts

Showing posts with the label s.

Note aws 4

AWS Elastic Beanstalk has two types of environment tiers to support different types of web applications. Web servers are standard applications that listen for and then process HTTP requests, typically over port 80. Workers are specialized applications that have a background processing task that listens for messages on an Amazon SQS queue. Worker applications post those messages to your application by using HTTP. aha, build.yml version: 0.1 phases:   build:     commands:       - echo Build started on `date`       - cp ./config/firebase-develop.json.example ./config/firebase-develop.json artifacts:   files:     - '**/*' Warning You may not be able to connect to this instance as ports 22 may need to be open in order to be accessible. Your current security groups don't have ports 22 open. Instance is not associated with a key pair This instance is not associated with a key pair. Without a key pair you will need...