Questions tagged with Amazon EC2

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I just created an AWS account for the purpose of using AWS EC2 virtual machine at some point in the future. However I don't need to use it yet (probably in the next 6-12 months). How can I pause the 12 month free-tier until I am ready to use EC2? Thanks,
1
answers
0
votes
18
views
asked 6 hours ago
We currently are using Amazon Elastic Compute Cloud t2.large with Windows Server 2012 R2. Microsoft support for Windows Server 2012 R2 ends October 10, 2023. Does that mean we’ll need to upgrade our current AWS setup? If so, what is the cutoff date for when this needs to get done.
1
answers
0
votes
9
views
SAG BOB
asked 13 hours ago
I have a sample nodeJS application running on ElasticBeanStalk on a single instance without the load balancer. I read through the Free Tier documents to make sure i am following the guidance to stay in free tier but i still keep getting these small charges despite the changes i have made. I have single instance running t2micro . I have attached the breakdown of billing below. For some reason i am charged per/hr for running t2micro in a single instance as well . Is there anything i am doing wrong? i know the charged amount is small but still it shud fall under free tier. Any help will be appreciated. I have attached the screenshot of EC2 dashboard and Billing details below ![Billing](/media/postImages/original/IM0crffGbYRg-kXjbK4lhhLw) ![EC2 dashboard](/media/postImages/original/IM7h9PGiIyRJKiNy-alOeVUA)
1
answers
0
votes
13
views
profile picture
asked 20 hours ago
Hello Everyone, I have a Private EKS cluster. I want to access my cluster from a new Ec2 instance having kubectl and aws cli installed. Previously, everything is fine means i am able to access my Eks cluster and performing kubectl commands. But accidentally, i deleted aws-auth-cm.yml file. Then after It gives error : "You must be logged in to the Cluster (Unauthorised)". After that, i created a new eks cluster, with the same name, configuration and roles. And deleted previous one. Kindly, requesting or guide me how to access my eks cluster now step by step. I studied lot of articles and posts. But problem not solved.
1
answers
0
votes
12
views
asked a day ago
I allocated an Elastic IP address in Middle East (UAE) Region(*3.28.231.227*) but IP generated is belongs to Bahrain regions ![Enter image description here](/media/postImages/original/IMd7WZttJgTKS9IKCmZJYL6A)
1
answers
0
votes
9
views
asked a day ago
Hi, I ran into an issue with our logging from Kubernetes pods. We store logging in JSON format, but saw that with big JSON logs it was breaking. So I investigated the isssue. Found out that when you are sending big logs from the pods with for example `cat log/test.log > /proc/1/fd/1` It will ends in multiple parts into the node log folder (/var/log/pods/pod) `2023-03-24T11:53:33.107458625Z stdout P YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY 2023-03-24T11:53:33.107458625Z stdout P YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY 2023-03-24T11:53:33.107458625Z stdout P YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY` This breaks the JSON. How can we avoid that sending big log files to /proc/1/fd/1, will be splitted into multiple parts? Thank you!
1
answers
0
votes
9
views
asked a day ago
when I try to log in to FileZilla by using credentials that I created in FTP in an EC2/Lightsail (Ubuntu) instance, it was not connected. otherwise, I use a keypair, it will work. Please give a reason and give a proper procedure for creating FTP Server by using an EC2/Lightsail. Thank You in Advance
2
answers
0
votes
14
views
asked a day ago
I have created 4 EC-2 instances. Three of them in us-east-1c and one in use-east-1d.I have created two target groups with two instances each. I have created a simple html page in each server using putty and created application load balancer with default http to target group 1. But when I want to divert to target group 2 using path base listener it shows URL not found 404 error. I have created index.html file in each server root directory /var/www/html. When using ALB DNS name it displays target group 1 server i.e. server 1 and server2. In root directory of server 3 and server 4 I created a random folder like images. When I assigned listener path to /images and forwarded to target group 2 i.e. server 3 and server 4 the URL shows not found. What mistake am I doing here? Kindly explain
2
answers
0
votes
29
views
asked a day ago
I am trying to create a free tier EC2 instance in N.virginia. The task fails with the error "This account is currently blocked and not recognized as a valid account. Please contact aws-verification@amazon.com if you have questions."Also tried with different region as Mumbai. In both the cases got the same message.
1
answers
0
votes
16
views
supriya
asked a day ago
when I scan my ec2 machine using aws patch manager, I am getting this error [ERROR]:**Error loading entrance module.** Traceback (most recent call last): File "/var/log/amazon/ssm/patch-baseline-operations/common_os_selector_methods.py", line 125, in _get_snapshot_info ssm_client = client_selector.get_default_client(instance_id, region, "ssm") File "/var/log/amazon/ssm/patch-baseline-operations/patch_common/client_selector.py", line 61, in get_default_client
1
answers
0
votes
8
views
Ram
asked a day ago
My understanding is that all lightsail instances are [burstable CPU instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html). Normal EC2 burstable instances can be launched in [unlimited mode](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode.html) for workloads that require high CPU at times and would prefer to pay for overages rather than get slowed down. Is this possible in Lightsail or would one have to move the instances into normal EC2/EBS deployments? It's unclear if account-level [default credit specifications](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-how-to.html#burstable-performance-instance-set-default-credit-specification-for-account) apply to Lightsail instances, although I'd assume not.
1
answers
0
votes
15
views
Simon
asked 2 days ago
Hi, I'm developing a Java web application, based on Spring boot, which stores data in a MySql DB instance (single instance). It's a "light" application, in terms of use of resources. I'm looking for a Linux virtual machine that hosts my application and which also acts as ftp server. I think a T3 EC2 instance could be the best option for my needs. I used the pricing calculator, in order to have an idea about costs, but what I don't really understand is Amazon Elastic Block Store (EBS): is it the hard disk drive? Moreover, if i want to publish my application, in order to make it accessible from Internet, what can I do? Do I need to buy an extra "service"? Thank you, Andrea
1
answers
0
votes
13
views
A
asked 2 days ago