aws-opsworks Questions
5
I have some Rails 6 applications, deployed at AWS, via Opsworks.
After upgrading to Rails 6 the app blocks the health check of its own instance and it causes the load balancer to take the instance...
Countercheck asked 10/9, 2019 at 22:1
1
I have a project running on AWS Opsworks, which has current bundler version of 1.5.3 on Ruby 2.2.2.
i want to upgrade the bundle version to 1.17.3
but when i try to do it i am getting this error...
Exhibit asked 4/12, 2019 at 6:33
9
Solved
I would like to know what are the advantages and disadvantages of using AWS OpsWorks vs AWS Beanstalk and AWS CloudFormation?
I am interested in a system that can be auto scaled to handle any...
Algesia asked 23/1, 2014 at 13:53
5
Solved
I am trying to run congnito via cloudformation and everything works but there is section in cognito as follows:
As you see there is section "Enable identity providers"
and I can not find where I...
Janiuszck asked 18/7, 2018 at 20:17
2
I followed the AWS quickstart guide for creating a MongoDB cluster. This created a NAT Instance (Public subnet) as well as a single PrimaryReplicaNode instance (internal IP only). I can SSH into th...
Ic asked 9/4, 2017 at 19:26
3
Solved
I would like to know how to prevent this type of error. So far I tried disabling prepared statements via the database configuration at AWS Opsworks:
Eg:
Database Configuration
},
"deploy": {
"a...
Orland asked 1/10, 2014 at 16:49
4
Solved
I am trying to run a rails console in amazon opsworks, I have tried:
sudo rails console -e production
sudo rails console production
RAILS_ENV=production sudo rails console
RAILS_ENV=production RAC...
Carlyncarlynn asked 1/7, 2013 at 19:34
3
Solved
I want to set up an webhook from our Github account so it automatically starts an deployment task in OpsWorks. It seems to be possible according to the documentation - but can't find any examples o...
Ancheta asked 4/10, 2013 at 22:0
2
I have an Amazon EC2 instance based off of a RHEL 6.4 64bit AMI. After writing some shell scripts; I created my own AMI Image off of it.
I'm writing user data section which will remove the content...
Clockwork asked 1/7, 2015 at 9:25
7
I'm trying to deploy an app on OpsWorks, but there are problems with installing rmagick gem. I have the following OS packages:
libmagickwand-dev imagemagick libmagickcore-dev
Below is the log...
Understudy asked 29/9, 2014 at 18:34
2
Solved
Does anyone know what the difference between Automatic Load-based Scaling vs having explicit auto scaling groups on OpsWorks is?
this: http://docs.aws.amazon.com/opsworks/latest/userguide/workingi...
Farthest asked 7/4, 2017 at 22:36
1
I have this cloudformation template :
"InstanceProfileProd": {
"Type" : "AWS::IAM::InstanceProfile",
"Properties": {
"Path": "/",
"Roles" : [ { "Ref" : "InstanceRole"} ]
}
},
"CompLayer": {
...
Lavona asked 25/1, 2017 at 15:37
3
Solved
AWS Opsworks lets you deploy an app. The deployment seems to deploy the master branch always.
How can I make it deploy a git tag?
Thanks
Drouin asked 25/8, 2015 at 4:51
4
Solved
I have an Opsworks stack with a Node.js Layer and Node.js Application. I'm wondering if anyone knows where on an ubuntu 14.04LTS instance the console logs from my application are being printed to. ...
Elane asked 28/1, 2015 at 2:0
6
Solved
I have a fairly complex deployment of dynamically configured instances of a rail apps on nginx using passenger that I currently use Capistrano for. I am trying to automate the entire process on Ops...
Booted asked 24/3, 2014 at 11:43
3
Solved
I am running Ubuntu 14.04 LTS 64 bit Rails Application and I am unable to access my App environment variables.
In OpsWorks App panel, I set my environment variables, say:
MYKEY: 1234
Then I sav...
Soonsooner asked 28/2, 2015 at 0:54
3
Solved
I've deployed a stack in Amazon OpsWorks, and I extensively use custom cookbooks to deploy my application. I have a number of instances in my stack that are load-based (they only boot up when neede...
Filet asked 26/8, 2013 at 16:22
2
Solved
I am sure I am missing something obvious, but I can't find a way to set the default EBS volume size per layer. Every instance I boot on this layer has a 10GB volume by default.
In the Layer config...
Valera asked 7/5, 2014 at 12:12
2
Solved
We use AWS cloudformation service to initialize our stack, and set up the auto scaling service to bring up new app servers when load is rising.
My understanding is that Auto Scaling can only star...
Carisa asked 18/7, 2015 at 14:57
1
Amazon Web Services offer a number of continuous deployment and management tools such as Elastic Beanstalk, OpsWorks, Cloud Formation and Code Deploy depending on your needs. The basic idea being t...
Ferdy asked 15/2, 2015 at 9:17
4
OpsWorks isn't precompiling assets on deploy. I found this recipe in this thread but I think it's not complete though, or missing something because I get an error about release_path not being found...
Harriman asked 11/6, 2013 at 20:44
2
I am trying to use a custom layer in AWS Opsworks to add a nginx webserver.
I have successfully created the layer, I added my app via GIT (no password on repo), but when I deploy the command is &qu...
Zsigmondy asked 6/8, 2013 at 17:6
4
Solved
I'd like to use Ruby 2.0 on Amazon OpsWorks, so I'm trying the following:
Choose custom cookbooks and set them to my fork of https://github.com/aws/opsworks-cookbooks
Update all version numbers h...
Akkerman asked 20/5, 2013 at 12:43
2
I am trying to setup a rails stack on AWS Opsworks and i want to use mongodb as the database.
I think that you set this up by creating a new custom layer and adding your chef reciepts to the relev...
Hershey asked 5/9, 2013 at 13:30
2
Solved
When I deploy a Rails app with OpsWorks, a new database.yml gets created in the shared directory. It ignores the existing database.yml (which rightfully shouldn't be in the repo), and I've also tri...
Lampe asked 11/6, 2013 at 16:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.