ebextensions Questions

2

Solved

Following the instructions at https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/https-singleinstance-php.html I've been trying to add my SSL certificate to allow for https for my single instan...

7

Solved

Is there a clean way of adding additional root folders to a Spring Boot Jar file generated using the default bootRepackage. In my case I need the .ebextenions folder for AWS beanstalk. I know I c...
Libava asked 29/8, 2016 at 13:43

1

I am running my web server on Elastic Beanstalk, and using Papertrail for logging. I am using the official .ebextensions script to get papertrail set up during deployment, but I have a problem. I u...
Larrabee asked 1/6, 2018 at 11:55

3

Solved

Context I am using Elastic Beanstalk to deploy a very simple test application. I have several packages I want to install using apt. I have included a 01_installations.sh script with the installatio...
Coranto asked 13/8, 2020 at 16:18

1

Solved

I can't write a file with .ebextensions in /etc/httpd/conf.d/elasticbeanstalk. I need to write a vhost.conf to add subdomains. I am on I tried many ways : write the file with "files:..." ...

5

Solved

Scenario: AWS Elastic Beanstalk Java application .ebextensions currently placed in src/main/resources/.ebextensions Commands are not being executed. Where is the .ebextensions supposed to go i...

0

I'm looking to use AWS Secrets Manager to obtain secrets and set them as environment variables on my Elastic Beanstalk instances. I've written a script on an ebextensions file that calls the Secre...

3

Solved

I have a spring-boot application for which I need to specify graphite server and port (to send metrics). For that to work, I have to install and configure statsd. I do that using the ebextensions f...

1

Solved

I want to config the nginx config with the ebextension at Amazon Elastic Beanstalk, The content of the conf as below: files: "/etc/nginx/conf.d/custom-nginx-proxy.conf" : mode: "000755" owner...

3

Solved

We are trying to store environment specific application configuration files in s3. The files are stored in different subdirectories which are named after the environment and also have the environm...

1

Solved

I defined an environment variable called MY_ENVIRONMENT_VARIABLE in AWS Elastic Beanstalk's Software Configuration tab. Now I would like to use this environment variable in the "files:" section o...

2

Solved

I recently created a new python program using the latest stable release of python (3.5). Unfortunately, AWS EB does not provide a 3.5 base image. I have been trying to configure .ebextensions to ge...

1

Solved

My Node.JS project contains references to private NPM repos hosted on github. This works fine locally, but I'm struggling to get this working on Elastic Beanstalk. dependencies: { ... "express"...
Agglutinative asked 19/4, 2017 at 13:48

1

Solved

If I apply a setting in two config files in the .ebextensions folder does the last file override the setting in the first file? For example take two files with instance role setting defined: .ebe...
Stranglehold asked 15/8, 2016 at 2:28

1

Solved

Docs I'm trying to pass multiple commands in a conainter_commands entry and keep getting errors. Yet when I pass the same commands as individual entries it works fine. Works: container_commands:...
1

© 2022 - 2024 — McMap. All rights reserved.