Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
3 answers
79 views

Provision certficate to LAMP EC2, which are autoscaled on AWS

I need to design a solution, where the AWS EC2 has LAMP installed . The EC2s are autoscalled . The EC2 should have HTTPS for LAMP . The certificate can be self signed , but the private key should be ...
RajDev's user avatar
  • 170
0 votes
1 answer
839 views

Terraform: provisioner couldn't be found

I have resource "aws_instance" "webserver" in my .tf file which contains provisioner "install-apache": provider "aws" { access_key = "ACCESS_KEY" secret_key = "SECRET-KEY" ...
Anna's user avatar
  • 63
0 votes
1 answer
854 views

Cannot connect to an Instance using ssh after Broken pipe

I'm totally new using SaltStack and AWS, probably this is a dumb question, I created an AMI (using packer) with SaltStack (masterless) as a provisioner... I was able to connect via ssh and make a ...
relopezz's user avatar