<?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/">
  <channel>
    <title>DEV Community: SAMYUKTHA G</title>
    <description>The latest articles on DEV Community by SAMYUKTHA G (@samyuktha_g_23eb869d15564).</description>
    <link>https://dev.to/samyuktha_g_23eb869d15564</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4125477%2F4a143d09-b913-4fc4-938b-ed012efac62f.png</url>
      <title>DEV Community: SAMYUKTHA G</title>
      <link>https://dev.to/samyuktha_g_23eb869d15564</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samyuktha_g_23eb869d15564"/>
    <language>en</language>
    <item>
      <title>Cloud hands- on workshop</title>
      <dc:creator>SAMYUKTHA G</dc:creator>
      <pubDate>Tue, 15 Sep 2026 17:48:13 +0000</pubDate>
      <link>https://dev.to/samyuktha_g_23eb869d15564/cloud-hands-on-workshop-25gk</link>
      <guid>https://dev.to/samyuktha_g_23eb869d15564/cloud-hands-on-workshop-25gk</guid>
      <description>&lt;p&gt;Cloud Computing Hands-on Workshop Documentation&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identity &amp;amp; Access Management (IAM)
CLI Identity Verification: Authenticated using the AWS Command Line Interface (CLI) and confirmed credentials with the aws sts get-caller-identity command.
IAM Role Creation: Configured a dedicated IAM service role named EC2-s3-Access-role for EC2 instances to enable secure, credential-less access to AWS resources.
Policy Attachment: Attached managed policies (including Amazon S3 access permissions) to the role to grant authorized permissions following the principle of least privilege.&lt;/li&gt;
&lt;li&gt;Compute Provisioning &amp;amp; Remote Access (Amazon EC2)
Instance Management: Launched and monitored an Ubuntu virtual machine (my-web-server, t3.micro) in the eu-north-1 region.
Key Pair Security: Set proper file permissions on the private key using chmod 400 "cit-demo-key-pair.pem" to satisfy SSH security requirements.
Remote Shell Access: Established a secure connection to the instance using SSH over its public DNS.
Command-Line Data Ingestion: Downloaded remote datasets directly to the server environment using curl -L and verified file integrity with ls -l.&lt;/li&gt;
&lt;li&gt;Object Storage &amp;amp; Global Delivery (Amazon S3 &amp;amp; CloudFront)
Bucket Configuration: Utilized the Amazon S3 bucket samyuktha-45-15092026 for object storage and asset hosting.
Asset Staging: Uploaded multiple static website assets, including portfolio markup (portfolio.html), resume documents (sam_portfolio.pdf), and project images.
CDN Acceleration: Integrated Amazon CloudFront to serve hosted static assets globally with caching and low latency.
Object Lifecycle Management: Tested object removal operations by permanently deleting temporary files (such as dataset CSVs) directly from the bucket interface.&lt;/li&gt;
&lt;li&gt;Serverless Event Handling &amp;amp; Monitoring (Lambda &amp;amp; CloudWatch)
Event-Driven Workflows: Integrated S3 bucket events with an AWS Lambda function (dataset-upload-handler) to trigger backend actions based on storage events.
Log Inspection: Monitored execution logs inside Amazon CloudWatch Logs to review detailed event payloads.
Trigger Verification: Confirmed that S3 deletion actions generated an ObjectRemoved:Delete event record, verifying proper communication across storage and compute services.&lt;/li&gt;
&lt;li&gt;Additional Setup
ORCID Registration: Registered and verified a unique profile on ORCID for digital researcher onboarding.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>infrastructure</category>
      <category>security</category>
    </item>
  </channel>
</rss>
