elastic-ip Questions
4
Solved
I understand that I get 5 EIP per region and if I need more I need to request service limit increase.
My question is how many can I get after service limit increase? Is it possible to get 50 EIP?...
Margheritamargi asked 17/6, 2014 at 23:55
4
I have given a limited access to a AWS account.
I already created an EC2 instance but when I try to associate an elastic ip, I got the error below:
An error occurred while attempting to associat...
Gasworks asked 28/2, 2015 at 6:40
3
Solved
I want to select specific Elastic IP my own when my lambda function executed.
my service has to respond to several situations, and by user's attributes.
Could I write code in a lambda function, ...
Alcohol asked 20/4, 2019 at 6:57
3
Solved
I'm working with CDK/CloudFormation and recently started getting this error when attempting to create a new stack:
The maximum number of addresses has been reached.
Looking in the AWS Management C...
Gonium asked 9/4, 2022 at 12:22
3
I'm attempting to associate my elastic IP address to a newly created network balancer using Terraform. I see no option in the aws_lb documentation for adding an elastic IP like one is able to do in...
Obeng asked 10/4, 2018 at 19:34
3
I working on aws. I created a public subnet which has a network ACL allows all net traffic, and associated with a internet gateway in the route table.
And then I create a ec2 instance without elas...
Winnifredwinning asked 13/1, 2016 at 3:18
2
Solved
I am currently on my free tier. I followed the guide to hosting a wordpress website while remaining in the free tier. I started a Linux t2.micro instance and used one Elastic IP.
Surprisingly...
Gastropod asked 5/11, 2017 at 9:11
2
I created an Elastic Beanstalk environment with a VPC. Sometimes the environment will lock up on a code version deploy and have to be rebuilt. When this happens I lose my Elastic IP.
I tried disa...
Stopover asked 10/11, 2015 at 4:53
1
Solved
I am using eks 1.16. I have one service which has type Loadbalancer with internet-facing.
apiVersion: v1
kind: Service
metadata:
annotations:
service.beta.kubernetes.io/aws-load-balancer-backend-...
Tomy asked 1/4, 2021 at 10:15
1
I currently have the following Terraform plan:
provider "aws" {
region = var.region
}
resource "aws_instance" "ec2" {
ami = var.ami
instance_type = var.instanceTyp...
Allard asked 6/8, 2020 at 14:21
4
Solved
I created an AMI of my server on AWS, and spun up a new instance.
When I point my elastic IP address to my new instance and type in my domain name I get a timeout error when going to my website. ...
Clairvoyant asked 30/11, 2018 at 2:54
2
Solved
I need to do the following:
I have some instances that contain a certain tag, I need to loop through those instances and for each instance which contains that certain tag, if that instance has an ...
Eigenfunction asked 8/11, 2018 at 20:15
2
Solved
I'm trying to get all Elastic IPs that are not currently assigned to instances.
It's easy to get all of the Elastic IPs using this: aws ec2 describe-addresses
From here, it would be easy to filte...
Equipotential asked 20/11, 2015 at 17:17
2
Solved
I had 2 elastic IPs assigned to my account for use with 2 different instances. For some reason, I had to take down my instance(terminate) which unassigned the IP assigned to it and made it free on ...
Unpromising asked 15/6, 2016 at 11:32
3
Solved
So, I don't understand what is going on here... I have (3) Micro EC2 Instances which are launched (without elastic ip)
I then go to Network Security->Elastic IPs and click associate IP address....
Soracco asked 6/2, 2014 at 17:2
3
Solved
I have done some research and don't think it is possible but figured I would ask on here just to be sure.
My predecessor decided to use the public and private IP of one of our database servers in...
Oxus asked 8/5, 2014 at 20:39
1
© 2022 - 2024 — McMap. All rights reserved.