<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[AWS Discussion Forum - System Administration Help]]></title>
		<link>https://letstalkaws.com/</link>
		<description><![CDATA[AWS Discussion Forum - https://letstalkaws.com]]></description>
		<pubDate>Wed, 08 Apr 2026 08:59:38 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Target group health check failed]]></title>
			<link>https://letstalkaws.com/thread-82.html</link>
			<pubDate>Fri, 24 Feb 2023 10:54:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://letstalkaws.com/member.php?action=profile&uid=182">sreekarachanta</a>]]></dc:creator>
			<guid isPermaLink="false">https://letstalkaws.com/thread-82.html</guid>
			<description><![CDATA[Folks we are facing the below issue , can anyone help me here?  <br />
<br />
Issue: Target group health check failing .<br />
<br />
We configured blue green ecs deployment . When we have a single ec2 instance in the cluster and when we create ECS service with desired task count as 1 - the task will place a container on port 8080.  <br />
<br />
Next time when we do a deployment - the service fails since the port 8080 is already in use in the container instance . So we decided to use the dynamic port mapping in task definition but in that case the target group health check is failing with the settings like in the image.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://letstalkaws.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=20" target="_blank" title="">PHOTO-2023-02-24-10-43-39.jpg</a> (Size: 35.77 KB / Downloads: 509)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Folks we are facing the below issue , can anyone help me here?  <br />
<br />
Issue: Target group health check failing .<br />
<br />
We configured blue green ecs deployment . When we have a single ec2 instance in the cluster and when we create ECS service with desired task count as 1 - the task will place a container on port 8080.  <br />
<br />
Next time when we do a deployment - the service fails since the port 8080 is already in use in the container instance . So we decided to use the dynamic port mapping in task definition but in that case the target group health check is failing with the settings like in the image.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://letstalkaws.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=20" target="_blank" title="">PHOTO-2023-02-24-10-43-39.jpg</a> (Size: 35.77 KB / Downloads: 509)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[EC2 key pair]]></title>
			<link>https://letstalkaws.com/thread-79.html</link>
			<pubDate>Thu, 29 Sep 2022 00:33:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://letstalkaws.com/member.php?action=profile&uid=154">fborges5555</a>]]></dc:creator>
			<guid isPermaLink="false">https://letstalkaws.com/thread-79.html</guid>
			<description><![CDATA[Hi gurus.<br />
<br />
I have an ec2 instance already with a Key-pair, is there a way I can have a second Key-pair for a user to use SSH tunnel to this ec2 that already exists?<br />
<br />
Thanks gurus]]></description>
			<content:encoded><![CDATA[Hi gurus.<br />
<br />
I have an ec2 instance already with a Key-pair, is there a way I can have a second Key-pair for a user to use SSH tunnel to this ec2 that already exists?<br />
<br />
Thanks gurus]]></content:encoded>
		</item>
		<item>
			<title><![CDATA["Principle" error setting S3 Bucket Policy]]></title>
			<link>https://letstalkaws.com/thread-72.html</link>
			<pubDate>Mon, 11 Jul 2022 17:38:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://letstalkaws.com/member.php?action=profile&uid=136">ConImp</a>]]></dc:creator>
			<guid isPermaLink="false">https://letstalkaws.com/thread-72.html</guid>
			<description><![CDATA[Greetings!<br />
<br />
This is my first post on this forum.  I'm relatively new to AWS and am setting up an S3 Bucket for a static website and when trying to set an S3 Bucket Policy generated from the policy generator, I am getting an error:<br />
<br />
<br />
<span style="font-style: italic;" class="mycode_i">Unknown Error</span><br />
<span style="font-style: italic;" class="mycode_i">An unexpected error occurred.</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">*API Response</span><br />
<span style="font-style: italic;" class="mycode_i">Invalid principle in policy</span><br />
<br />
Here is the JSON script I am using from out of the policy generator.  Note: I pasted into Notepad and recopied first for formatting purposes:<br />
<br />
{<br />
  "Id": "Policy1657559771298",<br />
  "Version": "2012-10-17",<br />
  "Statement": [<br />
    {<br />
      "Sid": "Stmt1657559769311",<br />
      "Action": "s3:*",<br />
      "Effect": "Allow",<br />
      "Resource": "arn:aws<img src="https://letstalkaws.com/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />3:::continuous-improvement.org",<br />
      "Principal": {<br />
        "AWS": [<br />
          "admin-w"<br />
        ]<br />
      }<br />
    }<br />
  ]<br />
}<br />
<br />
<br />
Please let me know if you have any ideas...]]></description>
			<content:encoded><![CDATA[Greetings!<br />
<br />
This is my first post on this forum.  I'm relatively new to AWS and am setting up an S3 Bucket for a static website and when trying to set an S3 Bucket Policy generated from the policy generator, I am getting an error:<br />
<br />
<br />
<span style="font-style: italic;" class="mycode_i">Unknown Error</span><br />
<span style="font-style: italic;" class="mycode_i">An unexpected error occurred.</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">*API Response</span><br />
<span style="font-style: italic;" class="mycode_i">Invalid principle in policy</span><br />
<br />
Here is the JSON script I am using from out of the policy generator.  Note: I pasted into Notepad and recopied first for formatting purposes:<br />
<br />
{<br />
  "Id": "Policy1657559771298",<br />
  "Version": "2012-10-17",<br />
  "Statement": [<br />
    {<br />
      "Sid": "Stmt1657559769311",<br />
      "Action": "s3:*",<br />
      "Effect": "Allow",<br />
      "Resource": "arn:aws<img src="https://letstalkaws.com/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />3:::continuous-improvement.org",<br />
      "Principal": {<br />
        "AWS": [<br />
          "admin-w"<br />
        ]<br />
      }<br />
    }<br />
  ]<br />
}<br />
<br />
<br />
Please let me know if you have any ideas...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AWS VPN]]></title>
			<link>https://letstalkaws.com/thread-67.html</link>
			<pubDate>Fri, 18 Jun 2021 11:06:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://letstalkaws.com/member.php?action=profile&uid=104">Rugbyfan</a>]]></dc:creator>
			<guid isPermaLink="false">https://letstalkaws.com/thread-67.html</guid>
			<description><![CDATA[Hi guys, got the below message earlier, is there any way to turn off these alerts and make sure that I dont receive the alert below <br />
<br />
Hello AWS VPN Customer,<br />
<br />
You're receiving this message because you have at least one VPN Connection in the eu-west-1 Region, for which your VPN Customer Gateway is not using both tunnels. This mode of operation is not recommended as you may experience connectivity issues if your active tunnel fails.<br />
<br />
The VPN Connection(s) which do not currently have both tunnels established are:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">VPN xxxx Number </span><br />
<br />
<br />
You can obtain the VPN Connection configuration recommendations for several types of VPN devices from the AWS Management Console [1]. On the "Amazon VPC" tab, select "VPN Connections". Then highlight the VPN Connection and choose "Download Configuration".<br />
<br />
For Static VPNs, enabling both tunnels may lead to asymmetric routing, which will need to be permitted by your Customer Gateway Device. For configuration options, please refer to your vendor specific documentation.<br />
<br />
This notice will be sent regularly until both tunnels are established. For assistance in establishing your second tunnel, or to opt-out of these notifications, please contact AWS Premium Support [2].<br />
<br />
[1] <a href="https://console.aws.amazon.com" target="_blank" rel="noopener" class="mycode_url">https://console.aws.amazon.com</a><br />
[2] <a href="https://aws.amazon.com/support" target="_blank" rel="noopener" class="mycode_url">https://aws.amazon.com/support</a><br />
<br />
Sincerely,<br />
The AWS VPN Team]]></description>
			<content:encoded><![CDATA[Hi guys, got the below message earlier, is there any way to turn off these alerts and make sure that I dont receive the alert below <br />
<br />
Hello AWS VPN Customer,<br />
<br />
You're receiving this message because you have at least one VPN Connection in the eu-west-1 Region, for which your VPN Customer Gateway is not using both tunnels. This mode of operation is not recommended as you may experience connectivity issues if your active tunnel fails.<br />
<br />
The VPN Connection(s) which do not currently have both tunnels established are:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">VPN xxxx Number </span><br />
<br />
<br />
You can obtain the VPN Connection configuration recommendations for several types of VPN devices from the AWS Management Console [1]. On the "Amazon VPC" tab, select "VPN Connections". Then highlight the VPN Connection and choose "Download Configuration".<br />
<br />
For Static VPNs, enabling both tunnels may lead to asymmetric routing, which will need to be permitted by your Customer Gateway Device. For configuration options, please refer to your vendor specific documentation.<br />
<br />
This notice will be sent regularly until both tunnels are established. For assistance in establishing your second tunnel, or to opt-out of these notifications, please contact AWS Premium Support [2].<br />
<br />
[1] <a href="https://console.aws.amazon.com" target="_blank" rel="noopener" class="mycode_url">https://console.aws.amazon.com</a><br />
[2] <a href="https://aws.amazon.com/support" target="_blank" rel="noopener" class="mycode_url">https://aws.amazon.com/support</a><br />
<br />
Sincerely,<br />
The AWS VPN Team]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Elastic Load Balancing logging]]></title>
			<link>https://letstalkaws.com/thread-57.html</link>
			<pubDate>Sun, 02 Aug 2020 16:45:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://letstalkaws.com/member.php?action=profile&uid=78">mac987</a>]]></dc:creator>
			<guid isPermaLink="false">https://letstalkaws.com/thread-57.html</guid>
			<description><![CDATA[Hi<br />
I am new to AWS and this forum so bear with me please.<br />
I am testing ELB ( network ) to 2 EC2 instances and noticed no logs are created in my S3 bucket even when i enable logging on the load balancer. Is anybody aware that the ELB events will log with normal ELB ( network ) not using TLS ? I cant find the answer to this anywhere<br />
Thanks in advance<br />
Kind Regards<br />
Mac]]></description>
			<content:encoded><![CDATA[Hi<br />
I am new to AWS and this forum so bear with me please.<br />
I am testing ELB ( network ) to 2 EC2 instances and noticed no logs are created in my S3 bucket even when i enable logging on the load balancer. Is anybody aware that the ELB events will log with normal ELB ( network ) not using TLS ? I cant find the answer to this anywhere<br />
Thanks in advance<br />
Kind Regards<br />
Mac]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to configure S3 with SSL having domain name without using CloudFront]]></title>
			<link>https://letstalkaws.com/thread-16.html</link>
			<pubDate>Mon, 13 Aug 2018 19:59:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://letstalkaws.com/member.php?action=profile&uid=30">phanikumar</a>]]></dc:creator>
			<guid isPermaLink="false">https://letstalkaws.com/thread-16.html</guid>
			<description><![CDATA[I have created an S3 bucket where I have hosted my static web application over there.  I have mapped my domain name to S3 using Route 53. Now, I would like to configure SSL certificates for the website. Is there any possibility for that without using CloudFront.]]></description>
			<content:encoded><![CDATA[I have created an S3 bucket where I have hosted my static web application over there.  I have mapped my domain name to S3 using Route 53. Now, I would like to configure SSL certificates for the website. Is there any possibility for that without using CloudFront.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Child routes resuting 404 error on refresh when hosted in S3]]></title>
			<link>https://letstalkaws.com/thread-14.html</link>
			<pubDate>Fri, 10 Aug 2018 19:57:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://letstalkaws.com/member.php?action=profile&uid=30">phanikumar</a>]]></dc:creator>
			<guid isPermaLink="false">https://letstalkaws.com/thread-14.html</guid>
			<description><![CDATA[<span style="color: #242729;" class="mycode_color"><span style="font-size: small;" class="mycode_size">I have a web application developed in angular 4 and build the application using </span></span><span style="font-weight: bold;" class="mycode_b"><span style="color: #242729;" class="mycode_color"><span style="font-size: small;" class="mycode_size">ng build --prod</span></span></span><span style="color: #242729;" class="mycode_color"><span style="font-size: small;" class="mycode_size"> and copied all files of dist folder into S3. I enabled S3 for static web hosting and configured landing page with index.html. The application is working as expected without any issues.</span></span><br />
<br />
<span style="color: #242729;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Arial,;" class="mycode_font"><span style="font-size: small;" class="mycode_size"><span style="font-family: Arial,;" class="mycode_font">Now, If I refresh my browser, I am getting 404 error instead of existing page. I deployed the similar application in ECS and EC2 as well where I am able to refresh the page without any errors. Is there any solution for this.</span></span></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #242729;" class="mycode_color"><span style="font-size: small;" class="mycode_size">I have a web application developed in angular 4 and build the application using </span></span><span style="font-weight: bold;" class="mycode_b"><span style="color: #242729;" class="mycode_color"><span style="font-size: small;" class="mycode_size">ng build --prod</span></span></span><span style="color: #242729;" class="mycode_color"><span style="font-size: small;" class="mycode_size"> and copied all files of dist folder into S3. I enabled S3 for static web hosting and configured landing page with index.html. The application is working as expected without any issues.</span></span><br />
<br />
<span style="color: #242729;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Arial,;" class="mycode_font"><span style="font-size: small;" class="mycode_size"><span style="font-family: Arial,;" class="mycode_font">Now, If I refresh my browser, I am getting 404 error instead of existing page. I deployed the similar application in ECS and EC2 as well where I am able to refresh the page without any errors. Is there any solution for this.</span></span></span></span></span>]]></content:encoded>
		</item>
	</channel>
</rss>