Tagged Questions
1
vote
1answer
17 views
juju: deploying lamp charm on ec2 causes instances to terminate
I was running a ubuntu 13.04 instance on ec2. I have juju .7 installed and bootstrapped. when I tried to deploy lamp, it caused the instance to terminate.
ubuntu@ip-10-62-73-113:~$ juju status
...
1
vote
0answers
19 views
How do I specify an AMI in Juju? [duplicate]
This solution no longer works How to specify ec2 instance types for different services in a charm? since using the default-image-id option in the environments file has been deprecated.It mentions in ...
2
votes
1answer
52 views
Tried to follow the EC2 Juju guide and it fails
I am evaluating Juju and when following the very basic tutorial https://juju.ubuntu.com/docs/getting-started.html, literally following every single instruction to a T, all I end up when trying to ...
1
vote
1answer
46 views
using juju with elastic block storage ( EBS )
Is there a way we can use EBS for ec2 instance with juju. And possibility of scaling the storage after the deployment,
Thanks
2
votes
1answer
167 views
How do I configure Juju to use Amazon Web Services (AWS)?
I'd like to deploy services on AWS, how can I configure Juju to do this?
4
votes
1answer
170 views
Juju instances in agent-state: down after turning them off (and back on) on EC2
I turned my Juju instances off on EC2 for a while and after bringing them back online they seem to be in an odd state:
juju status
2012-11-17 17:06:44,094 INFO Connecting to environment...
...
1
vote
1answer
187 views
Can't get juju to deploy, problem with ec2 keypair?
I wanted to give a shot at deploying a Wordpress blog with Juju.
Although am very new to Juju and the Amazon EC2, and am having some troubles. I am able to bootstrap an environment like this:
juju ...
4
votes
1answer
290 views
How to specify ec2 instance types for different services?
After I have specified a default EC2 instance type for my Juju charm, how do I override that for one of the services?
For instance, the Juju tutorial deploys wordpress and mysql, and I can set the ...
2
votes
1answer
505 views
Why am I unable to connect to my ec2 instance with Juju?
I'm using juju to boostrap and then deploy a service. I was able to create an instance before and deploy it, but after a few creations and deletions I am now unable to connect, ie run juju status.
...
3
votes
1answer
435 views
Is there a way to stop and restart a Juju deployment?
I would have thought that juju shutdown would move the instances in the deployment from "running" to "stopped." Instead it actually terminates all instances. Are juju deployments inherently ephemeral? ...
3
votes
1answer
590 views
What is the purpose of the “bootstrapping instance” in Juju?
So I've recently played around with Juju, and I see quite a bit of potential. But there are a few things I don't exactly understand. Most notably, I'm not sure of the purpose of the "bootstrapping ...
4
votes
2answers
293 views
How do I adjust the instance size that Juju uses?
I've fired up some of the example instances of Wordpress and MySQL with Juju. A coworker has told me that the default instance size is "small". I'd like to be able to scale this to different sizes on ...