<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Legends Forum - Recent Posts				            </title>
            <link>https://legendshub.com/community/</link>
            <description>Discuss Ethically</description>
            <language>en</language>
            <lastBuildDate>Tue, 14 Apr 2026 22:51:54 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to provide access to enable termination protection through AWS policy</title>
                        <link>https://legendshub.com/community/questions-and-discussions/how-to-provide-access-to-enable-termination-protection-through-aws-policy/#post-80</link>
                        <pubDate>Sun, 30 May 2021 02:44:26 +0000</pubDate>
                        <description><![CDATA[{&quot;Sid&quot;: &quot;AllowTerminationProtectionDisable&quot;,&quot;Effect&quot;: &quot;Allow&quot;,&quot;Action&quot;: &quot;ec2:ModifyInstanceAttribute&quot;,&quot;Resource&quot;: &quot;*&quot;,&quot;Condition&quot;: {&quot;ForAnyValue:StringLike&quot;: {&quot;ec2:Attribute/DisableApiTermin...]]></description>
                        <content:encoded><![CDATA[<p>{<br />"Sid": "AllowTerminationProtectionDisable",<br />"Effect": "Allow",<br />"Action": "ec2:ModifyInstanceAttribute",<br />"Resource": "*",<br />"Condition": {<br />"ForAnyValue:StringLike": {<br />"ec2:Attribute/DisableApiTermination": "*"<br />}<br />}</p>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/questions-and-discussions/how-to-provide-access-to-enable-termination-protection-through-aws-policy/#post-80</guid>
                    </item>
				                    <item>
                        <title>How to provide access to enable termination protection through AWS policy</title>
                        <link>https://legendshub.com/community/questions-and-discussions/how-to-provide-access-to-enable-termination-protection-through-aws-policy/#post-79</link>
                        <pubDate>Sun, 30 May 2021 02:40:30 +0000</pubDate>
                        <description><![CDATA[Policy to give the mentioned permissions.]]></description>
                        <content:encoded><![CDATA[<p>Policy to give the mentioned permissions.</p>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/questions-and-discussions/how-to-provide-access-to-enable-termination-protection-through-aws-policy/#post-79</guid>
                    </item>
				                    <item>
                        <title>RE: Kernel Panic to AWS instance. How can we bring back aws ec2 instance</title>
                        <link>https://legendshub.com/community/main-forum/kernel-panic-to-aws-instance-how-can-we-bring-back-aws-ec2-instance/#post-78</link>
                        <pubDate>Sun, 30 May 2021 02:38:20 +0000</pubDate>
                        <description><![CDATA[There may be multiple reason. Follow the steps which are generic for every case:
1.) Bring impacted instance in stopped state.
2.) Detach the root instance.
3.) Bring up the new instance ...]]></description>
                        <content:encoded><![CDATA[<p>There may be multiple reason. Follow the steps which are generic for every case:</p>
<p>1.) Bring impacted instance in stopped state.</p>
<p>2.) Detach the root instance.</p>
<p>3.) Bring up the new instance in the same AZ.</p>
<p>4.) Attach the root volume as secondary disk to the new instance.</p>
<p>5.) Mount the volume and look the logs for cause of panic.</p>
<p> </p>
<p>If you observe the error related to fstab rectify the fstab entry and follow the below generic steps.</p>
<p>If you observe the panic issue follow the below steps.</p>
<p>sudo grub2-mkconfig -o /boot/grub2/grub.cfg<br />grub2-mkconfig -o /boot/grub2/grub.cfg<br />sudo dracut -f -vvvvv</p>
<p>dracut -f -vvvvv<br />cd boot/<br />awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg<br />grub2-set-default 1<br />awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg<br />grub2-mkconfig -o /boot/grub2/grub.cfg<br /><br /></p>
<p> </p>
<p>Once new grub image has been created, make it default image in grub.conf.</p>
<p> </p>
<p>6.) Detach the secondary volume and attach volume back to impacted instance.</p>
<p>7.) Boot the instance and hopefully it will be up and running.</p>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/main-forum/kernel-panic-to-aws-instance-how-can-we-bring-back-aws-ec2-instance/#post-78</guid>
                    </item>
				                    <item>
                        <title>Kernel Panic to AWS instance. How can we bring back aws ec2 instance</title>
                        <link>https://legendshub.com/community/main-forum/kernel-panic-to-aws-instance-how-can-we-bring-back-aws-ec2-instance/#post-77</link>
                        <pubDate>Sun, 30 May 2021 02:27:45 +0000</pubDate>
                        <description><![CDATA[Kernel Panic to AWS instance.]]></description>
                        <content:encoded><![CDATA[<p>Kernel Panic to AWS instance.</p>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/main-forum/kernel-panic-to-aws-instance-how-can-we-bring-back-aws-ec2-instance/#post-77</guid>
                    </item>
				                    <item>
                        <title>RE: How to delete every resource under a specific name space in Kubernetes ?</title>
                        <link>https://legendshub.com/community/main-forum/how-to-delete-every-resource-under-a-specific-name-space-in-kubernetes/#post-76</link>
                        <pubDate>Thu, 17 Dec 2020 00:02:34 +0000</pubDate>
                        <description><![CDATA[kubectl delete all --all -n {namespace}]]></description>
                        <content:encoded><![CDATA[<pre class="lang-yaml s-code-block hljs"><code><span class="hljs-string">kubectl</span> <span class="hljs-string">delete</span> <span class="hljs-string">all</span> <span class="hljs-string">--all</span> <span class="hljs-string">-n</span> {<span class="hljs-string">namespace</span>}</code></pre>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/main-forum/how-to-delete-every-resource-under-a-specific-name-space-in-kubernetes/#post-76</guid>
                    </item>
				                    <item>
                        <title>How to delete every resource under a specific name space in Kubernetes ?</title>
                        <link>https://legendshub.com/community/main-forum/how-to-delete-every-resource-under-a-specific-name-space-in-kubernetes/#post-75</link>
                        <pubDate>Thu, 17 Dec 2020 00:01:58 +0000</pubDate>
                        <description><![CDATA[Deleing everything in particular namespace]]></description>
                        <content:encoded><![CDATA[<p>Deleing everything in particular namespace</p>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/main-forum/how-to-delete-every-resource-under-a-specific-name-space-in-kubernetes/#post-75</guid>
                    </item>
				                    <item>
                        <title>RE: eksctl command failing</title>
                        <link>https://legendshub.com/community/questions-and-discussions/eksctl-command-failing/#post-74</link>
                        <pubDate>Wed, 25 Nov 2020 19:12:45 +0000</pubDate>
                        <description><![CDATA[One of the reason for this error is time out of sync issue between clients. Make sure ntpstat is showing synchronized.
ntpstatsynchronised to NTP server (129.250.35.251) at stratum 3time co...]]></description>
                        <content:encoded><![CDATA[<p>One of the reason for this error is time out of sync issue between clients. Make sure ntpstat is showing synchronized.</p>
<p>ntpstat<br />synchronised to NTP server (129.250.35.251) at stratum 3<br />time correct to within 101 ms<br />polling server every 1024 s</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/questions-and-discussions/eksctl-command-failing/#post-74</guid>
                    </item>
				                    <item>
                        <title>eksctl command failing</title>
                        <link>https://legendshub.com/community/questions-and-discussions/eksctl-command-failing/#post-73</link>
                        <pubDate>Tue, 24 Nov 2020 20:02:27 +0000</pubDate>
                        <description><![CDATA[eksctl get clusterError: listing control planes: InvalidSignatureException:]]></description>
                        <content:encoded><![CDATA[<p>eksctl get cluster<br />Error: listing control planes: InvalidSignatureException:</p>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/questions-and-discussions/eksctl-command-failing/#post-73</guid>
                    </item>
				                    <item>
                        <title>RE: How to find uuid of disk in aws?</title>
                        <link>https://legendshub.com/community/questions-and-discussions/how-to-find-uuid-of-disk-in-aws/#post-72</link>
                        <pubDate>Wed, 21 Oct 2020 21:21:07 +0000</pubDate>
                        <description><![CDATA[lsblk -o +UUID]]></description>
                        <content:encoded><![CDATA[<pre><span>lsblk -o +UUID</span></pre>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/questions-and-discussions/how-to-find-uuid-of-disk-in-aws/#post-72</guid>
                    </item>
				                    <item>
                        <title>How to find uuid of disk in aws?</title>
                        <link>https://legendshub.com/community/questions-and-discussions/how-to-find-uuid-of-disk-in-aws/#post-71</link>
                        <pubDate>Wed, 21 Oct 2020 21:20:47 +0000</pubDate>
                        <description><![CDATA[UUid]]></description>
                        <content:encoded><![CDATA[<p>UUid</p>]]></content:encoded>
						                            <category domain="https://legendshub.com/community/"></category>                        <dc:creator>amrit_3327</dc:creator>
                        <guid isPermaLink="true">https://legendshub.com/community/questions-and-discussions/how-to-find-uuid-of-disk-in-aws/#post-71</guid>
                    </item>
							        </channel>
        </rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced (Requested URI contains query) 
Content Delivery Network via N/A
Minified using disk
Database Caching using disk (Request-wide modification query)

Served from: legendshub.com @ 2026-04-14 22:51:54 by W3 Total Cache
-->