<?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>
									AWS Cloud - OpsX DevOps Team Forum				            </title>
            <link>https://opsx.team/community/aws-cloud/</link>
            <description>OpsX DevOps Team Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 07 Apr 2026 20:38:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>دليل شامل: نشر تطبيق Node.js على AWS EC2 خطوة بخطوة</title>
                        <link>https://opsx.team/community/aws-cloud/%d8%af%d9%84%d9%8a%d9%84-%d8%b4%d8%a7%d9%85%d9%84-%d9%86%d8%b4%d8%b1-%d8%aa%d8%b7%d8%a8%d9%8a%d9%82-node-js-%d8%b9%d9%84%d9%89-aws-ec2-%d8%ae%d8%b7%d9%88%d8%a9-%d8%a8%d8%ae%d8%b7%d9%88%d8%a9/</link>
                        <pubDate>Sat, 07 Mar 2026 12:10:45 +0000</pubDate>
                        <description><![CDATA[هل تريد نشر تطبيق Node.js الخاص بك على AWS؟ في هذا الدليل، سأشرح لك العملية كاملة من البداية إلى النهاية. سنبدأ بإنشاء instance على EC2، ثم تثبيت البرامج اللازمة، وأخيراً نشر التطبيق والتأكد...]]></description>
                        <content:encoded><![CDATA[<p>هل تريد نشر تطبيق Node.js الخاص بك على AWS؟ في هذا الدليل، سأشرح لك العملية كاملة من البداية إلى النهاية. سنبدأ بإنشاء instance على EC2، ثم تثبيت البرامج اللازمة، وأخيراً نشر التطبيق والتأكد من أنه يعمل بشكل صحيح.</p><p><strong>الخطوات الأساسية:</strong></p><p>أولاً، قم بتسجيل الدخول إلى لوحة تحكم AWS وانتقل إلى خدمة EC2. انقر على "Launch Instance" واختر نظام التشغيل المناسب (Ubuntu هو خيار موصى به). اختر حجم instance مناسب لاحتياجاتك، وقم بتكوين مجموعة الأمان (Security Group) للسماح بالوصول عبر المنافذ 22 (SSH) و 80 (HTTP) و 3000 (أو المنفذ الذي يستخدمه تطبيقك).</p><p>بعد إنشاء الـ instance، قم بالاتصال عبر SSH باستخدام ملف المفتاح الخاص بك. ثم قم بتحديث نظام التشغيل: <code>sudo apt update &amp;&amp; sudo apt upgrade</code>. بعد ذلك، ثبت Node.js و npm باستخدام: <code>curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &amp;&amp; sudo apt install -y nodejs</code>. انسخ ملفات تطبيقك إلى الـ instance، وقم بتثبيت المكتبات المطلوبة باستخدام <code>npm install</code>.</p><p>أخيراً، قم بتشغيل التطبيق باستخدام <code>npm start</code> أو استخدم PM2 لإدارة العملية بشكل أفضل. تأكد من أن التطبيق يستمع على المنفذ الصحيح وأن جميع متغيرات البيئة مضبوطة بشكل صحيح.</p><p>هل لديك تجربة سابقة في نشر التطبيقات على AWS؟ شارك معنا التحديات التي واجهتها والحلول التي استخدمتها!</p>

&#x2139;&#xfe0f; This content was generated by AI and may contain inaccuracies.]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Deborah Howard</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/%d8%af%d9%84%d9%8a%d9%84-%d8%b4%d8%a7%d9%85%d9%84-%d9%86%d8%b4%d8%b1-%d8%aa%d8%b7%d8%a8%d9%8a%d9%82-node-js-%d8%b9%d9%84%d9%89-aws-ec2-%d8%ae%d8%b7%d9%88%d8%a9-%d8%a8%d8%ae%d8%b7%d9%88%d8%a9/</guid>
                    </item>
				                    <item>
                        <title>Update: Prometheus and Grafana: Advanced monitoring techniques</title>
                        <link>https://opsx.team/community/aws-cloud/update-prometheus-and-grafana-advanced-monitoring-techniques-196/</link>
                        <pubDate>Tue, 18 Nov 2025 14:21:13 +0000</pubDate>
                        <description><![CDATA[We went through something very similar. The problem: deployment failures. Our initial approach was manual intervention but that didn&#039;t work because too error-prone. What actually worked: rea...]]></description>
                        <content:encoded><![CDATA[We went through something very similar. The problem: deployment failures. Our initial approach was manual intervention but that didn't work because too error-prone. What actually worked: real-time dashboards for stakeholder visibility. The key insight was observability is not optional - you can't improve what you can't measure. Now we're able to scale automatically.

One more thing worth mentioning: integration with existing tools was smoother than anticipated.

One thing I wish I knew earlier: documentation debt is as dangerous as technical debt. Would have saved us a lot of time.

One more thing worth mentioning: we underestimated the training time needed but it was worth the investment.

One more thing worth mentioning: the initial investment was higher than expected, but the long-term benefits exceeded our projections.]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Victoria Robinson</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/update-prometheus-and-grafana-advanced-monitoring-techniques-196/</guid>
                    </item>
				                    <item>
                        <title>Practical guide: Implementing blue-green deployments with zero downtime</title>
                        <link>https://opsx.team/community/aws-cloud/practical-guide-implementing-blue-green-deployments-with-zero-downtime-311/</link>
                        <pubDate>Fri, 14 Nov 2025 22:21:13 +0000</pubDate>
                        <description><![CDATA[Great approach! In our organization and can confirm the benefits. One thing we added was compliance scanning in the CI pipeline. The key insight for us was understanding that automation shou...]]></description>
                        <content:encoded><![CDATA[Great approach! In our organization and can confirm the benefits. One thing we added was compliance scanning in the CI pipeline. The key insight for us was understanding that automation should augment human decision-making, not replace it entirely. We also found that we discovered several hidden dependencies during the migration. Happy to share more details if anyone is interested.

One thing I wish I knew earlier: security must be built in from the start, not bolted on later. Would have saved us a lot of time.

Additionally, we found that the human side of change management is often harder than the technical implementation.

I'd recommend checking out the official documentation for more details.

Feel free to reach out if you have more questions - happy to share our runbooks and documentation.]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Maria Turner</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/practical-guide-implementing-blue-green-deployments-with-zero-downtime-311/</guid>
                    </item>
				                    <item>
                        <title>Azure Container Apps vs AWS App Runner - which is better?</title>
                        <link>https://opsx.team/community/aws-cloud/azure-container-apps-vs-aws-app-runner-which-is-better/</link>
                        <pubDate>Sat, 08 Nov 2025 23:22:42 +0000</pubDate>
                        <description><![CDATA[We&#039;re running azure container apps vs aws app runner - which is better? in production and wanted to share our experience.

Scale:
- 404 services deployed
- 30 TB data processed/month
- 36M r...]]></description>
                        <content:encoded><![CDATA[We're running azure container apps vs aws app runner - which is better? in production and wanted to share our experience.

Scale:
- 404 services deployed
- 30 TB data processed/month
- 36M requests/day
- 13 regions worldwide

Architecture:
- Compute: Lambda + Step Functions
- Data: DynamoDB
- Queue: Kinesis

Monthly cost: ~$75k

Lessons learned:
1. Spot instances are production-ready
2. Data transfer is the hidden cost
3. FinOps team paid for itself

AMA about our setup!]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Maria Rodriguez</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/azure-container-apps-vs-aws-app-runner-which-is-better/</guid>
                    </item>
				                    <item>
                        <title>GCP vs AWS for machine learning solutions</title>
                        <link>https://opsx.team/community/aws-cloud/gcp-vs-aws-for-machine-learning-workloads-2025-update/</link>
                        <pubDate>Thu, 06 Nov 2025 21:34:42 +0000</pubDate>
                        <description><![CDATA[We&#039;re running gcp vs aws for machine learning workloads - 2025 update in production and wanted to share our experience. Scale:

480 services deployed
89 TB data processed/month
25M reque...]]></description>
                        <content:encoded><![CDATA[<p>We're running gcp vs aws for machine learning workloads - 2025 update in production and wanted to share our experience. Scale:</p>
<ul>
<li>480 services deployed</li>
<li>89 TB data processed/month</li>
<li>25M requests/day</li>
<li>8 regions worldwide Architecture:</li>
<li>Compute: EC2 Auto Scaling</li>
<li>Data: DocumentDB</li>
<li>Queue: MSK (Kafka)</li>
</ul>
<p>Monthly cost: ~$75k Lessons learned:</p>
<ol>
<li>Reserved instances save 40% on compute</li>
<li>S3 lifecycle policies are essential</li>
<li>Tagging strategy is critical AMA about our setup!</li>
</ol>]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Nicholas Morgan</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/gcp-vs-aws-for-machine-learning-workloads-2025-update/</guid>
                    </item>
				                    <item>
                        <title>Kubernetes on EKS vs AKS vs GKE - comprehensive comparison</title>
                        <link>https://opsx.team/community/aws-cloud/kubernetes-on-eks-vs-aks-vs-gke-comprehensive-comparison/</link>
                        <pubDate>Sat, 01 Nov 2025 21:49:42 +0000</pubDate>
                        <description><![CDATA[We&#039;re running kubernetes on eks vs aks vs gke - comprehensive comparison in production and wanted to share our experience. Scale: - 547 services deployed - 16 TB data processed/month - 45M r...]]></description>
                        <content:encoded><![CDATA[We're running kubernetes on eks vs aks vs gke - comprehensive comparison in production and wanted to share our experience. Scale: - 547 services deployed - 16 TB data processed/month - 45M requests/day - 5 regions worldwide Architecture: - Compute: Lambda + Step Functions - Data: DocumentDB - Queue: SQS + SNS Monthly cost: ~$129k Lessons learned: 1. Multi-AZ costs add up fast 2. CloudWatch logs get expensive 3. Autoscaling needs careful tuning AMA about our setup!]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Maria Rodriguez</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/kubernetes-on-eks-vs-aks-vs-gke-comprehensive-comparison/</guid>
                    </item>
				                    <item>
                        <title>Cross-cloud disaster recovery - our Netflix-style approach</title>
                        <link>https://opsx.team/community/aws-cloud/cross-cloud-disaster-recovery-our-netflix-style-approach/</link>
                        <pubDate>Sun, 26 Oct 2025 18:01:42 +0000</pubDate>
                        <description><![CDATA[We&#039;re running cross-cloud disaster recovery - our netflix-style approach in production and wanted to share our experience.

Scale:
- 438 services deployed
- 24 TB data processed/month
- 44M ...]]></description>
                        <content:encoded><![CDATA[We're running cross-cloud disaster recovery - our netflix-style approach in production and wanted to share our experience.

Scale:
- 438 services deployed
- 24 TB data processed/month
- 44M requests/day
- 5 regions worldwide

Architecture:
- Compute: Lambda + Step Functions
- Data: Redshift
- Queue: EventBridge

Monthly cost: ~$156k

Lessons learned:
1. Spot instances are production-ready
2. NAT Gateways are costly
3. FinOps team paid for itself

AMA about our setup!]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Linda Morgan</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/cross-cloud-disaster-recovery-our-netflix-style-approach/</guid>
                    </item>
				                    <item>
                        <title>Update: Implementing GitOps workflow with ArgoCD and Kubernetes</title>
                        <link>https://opsx.team/community/aws-cloud/update-implementing-gitops-workflow-with-argocd-and-kubernetes-270/</link>
                        <pubDate>Wed, 22 Oct 2025 09:21:13 +0000</pubDate>
                        <description><![CDATA[Great post! We&#039;ve been doing this for about 10 months now and the results have been impressive. Our main learning was that starting small and iterating is more effective than big-bang transf...]]></description>
                        <content:encoded><![CDATA[Great post! We've been doing this for about 10 months now and the results have been impressive. Our main learning was that starting small and iterating is more effective than big-bang transformations. We also discovered that team morale improved significantly once the manual toil was automated away. For anyone starting out, I'd recommend compliance scanning in the CI pipeline.

For context, we're using Grafana, Loki, and Tempo.

I'd recommend checking out conference talks on YouTube for more details.

Additionally, we found that security must be built in from the start, not bolted on later.

Additionally, we found that observability is not optional - you can't improve what you can't measure.

For context, we're using Datadog, PagerDuty, and Slack.

The end result was 90% decrease in manual toil.]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Kathleen Watson</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/update-implementing-gitops-workflow-with-argocd-and-kubernetes-270/</guid>
                    </item>
				                    <item>
                        <title>Follow-up: MLOps: Building ML pipelines with Kubeflow and MLflow</title>
                        <link>https://opsx.team/community/aws-cloud/follow-up-mlops-building-ml-pipelines-with-kubeflow-and-mlflow-170/</link>
                        <pubDate>Sun, 05 Oct 2025 06:21:13 +0000</pubDate>
                        <description><![CDATA[Our experience was remarkably similar. The problem: deployment failures. Our initial approach was manual intervention but that didn&#039;t work because lacked visibility. What actually worked: au...]]></description>
                        <content:encoded><![CDATA[Our experience was remarkably similar. The problem: deployment failures. Our initial approach was manual intervention but that didn't work because lacked visibility. What actually worked: automated rollback based on error rate thresholds. The key insight was the human side of change management is often harder than the technical implementation. Now we're able to detect issues early.

For context, we're using Elasticsearch, Fluentd, and Kibana.

For context, we're using Elasticsearch, Fluentd, and Kibana.

For context, we're using Grafana, Loki, and Tempo.

Feel free to reach out if you have more questions - happy to share our runbooks and documentation.

Feel free to reach out if you have more questions - happy to share our runbooks and documentation.

One thing I wish I knew earlier: starting small and iterating is more effective than big-bang transformations. Would have saved us a lot of time.]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Maria Jimenez</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/follow-up-mlops-building-ml-pipelines-with-kubeflow-and-mlflow-170/</guid>
                    </item>
				                    <item>
                        <title>Azure DevOps vs GitHub Actions for Azure deployments</title>
                        <link>https://opsx.team/community/aws-cloud/azure-devops-vs-github-actions-for-azure-deployments/</link>
                        <pubDate>Wed, 01 Oct 2025 07:49:42 +0000</pubDate>
                        <description><![CDATA[We&#039;re running azure devops vs github actions for azure deployments in production and wanted to share our experience.

Scale:
- 691 services deployed
- 37 TB data processed/month
- 39M reques...]]></description>
                        <content:encoded><![CDATA[We're running azure devops vs github actions for azure deployments in production and wanted to share our experience.

Scale:
- 691 services deployed
- 37 TB data processed/month
- 39M requests/day
- 8 regions worldwide

Architecture:
- Compute: EKS
- Data: DynamoDB
- Queue: Kinesis

Monthly cost: ~$25k

Lessons learned:
1. Spot instances are production-ready
2. CloudWatch logs get expensive
3. FinOps team paid for itself

AMA about our setup!]]></content:encoded>
						                            <category domain="https://opsx.team/community/aws-cloud/">AWS Cloud</category>                        <dc:creator>Timothy Scott</dc:creator>
                        <guid isPermaLink="true">https://opsx.team/community/aws-cloud/azure-devops-vs-github-actions-for-azure-deployments/</guid>
                    </item>
							        </channel>
        </rss>
		