Материалы по теме 'cloudcomputing' | DevsDay.ru

IT-блоги Материалы по теме 'cloudcomputing'

IT-блоги Материалы по теме 'cloudcomputing'


Разработка dev.to 17 мая 2024 г. 17:20

Exploring AWS !! Day 67 Amazon Kinesis Data Streams This service is mainly used for processing real time data streams. Data processing applications are known as Kinesis Data Streams applications. This application reads records as streams. These...... читать далее

aws cloud cloudcomputing beginners

Разработка dev.to 17 мая 2024 г. 10:15

On-Demand Instances With On-Demand Instances, you pay for compute capacity by the hour or by the second depending on which instances you run. No longer-term commitments or upfront payments are needed. You can increase or decrease your compute capacit...... читать далее

aws ec2 cloudcomputing

Разработка dev.to 16 мая 2024 г. 16:57

Exploring AWS !! Day 66 AWS CodePipeline AWS has developer tools like AWS CodeCommit, CodeBuild, CodeDeploy, CloudShell, and many more. Today, we will be covering AWS CodePipeline. CodePipeline is a continuous delivery service, which helps you...... читать далее

aws cloud cloudcomputing beginners

Разработка dev.to 15 мая 2024 г. 17:33

ServiceNow is a powerful platform that empowers businesses to streamline IT service management. When developing applications within ServiceNow, understanding the context of the user who's logged in is often crucial. This is where the GlideUser API co...... читать далее

cloud cloudcomputing discuss productivity

Разработка dev.to 14 мая 2024 г. 17:53

🚀 Here’s how to securely provide your own custom data to Large Language AI models in Amazon Bedrock, using a Bedrock Knowledge Base. This is an example of how you can easily implement RAG (Retrieval Augmented Generation) with Bedrock! It works w...... читать далее

cloudcomputing ai aws python

Разработка dev.to 13 мая 2024 г. 16:41

Exploring AWS !! Day 63 Amazon Inspector Classic(AMS SSPS) Security assessment service which helps maintain security and compliance of applications. Automatically assesses applications for exposure, vulnerabilities, and deviations. After assess...... читать далее

aws cloud cloudcomputing beginners

Разработка dev.to 13 мая 2024 г. 13:00

The Terraform registry is an essential asset for every Terraform user. In this blog, I’ll provide a practical guide for how it can be best used and explore ways you can leverage it to streamline and standardize cloud infrastructure provisioning...... читать далее

terraform devops cloudcomputing infrastructureascode

Разработка dev.to 12 мая 2024 г. 21:19

Introduction When it comes to securing resources within an AWS Virtual Private Cloud (VPC), both Security Groups and Network Access Control Lists (NACLs) play vital roles. However, they operate at different layers of the network stack and serve dis...... читать далее

aws vpc cloudcomputing security

Разработка dev.to 12 мая 2024 г. 16:32

Exploring AWS !! Day 62 AWS Key Management Service Helps create and manage cryptographic keys for your data protection. KMS uses hardware security modules to protect and validate your keys. Integrates with other AWS services that encrypt your data...... читать далее

aws cloud cloudcomputing beginners

Разработка dev.to 11 мая 2024 г. 17:09

Exploring AWS !! Day 61 ELK — ElasticSearch, Kibana, LogStash Kibana: analytics and visualization platform, which lets you easily virtualize data from ElasticSearch and analyze it to make sense of it. It’s like an ElasticSearch dashboard where y...... читать далее

aws cloud cloudcomputing beginners

Разработка dev.to 11 мая 2024 г. 11:19

Lets explore how GenAI is conquering world and creatings its own world on the infra of Cloud. In the ever-evolving IT world, terms like Cloud, DevOps, and MLOps frequently surface. But the latest buzzword is GenAI. So, what exactly is Generative...... читать далее

genai aws ai cloudcomputing

Разработка dev.to 11 мая 2024 г. 4:29

Greetings, my fellow tech enthusiasts! I am thrilled to share with you my journey towards achieving the AWS DevOps Engineer certification. With a passion for technology and a drive to continuously enhance my skills, pursuing this certification was a...... читать далее

devops aws cloudcomputing happylearning

Разработка dev.to 11 мая 2024 г. 1:17

As the sun set on a typical Saturday evening, I found myself engrossed in a blog titled "Visualizing Malicious IP Addresses." The author shared clever ways to detect unauthorized attempts to access virtual machines via SSH, using commands like: $...... читать далее

webdev hacking cloudcomputing

Разработка dev.to 9 мая 2024 г. 16:47

Exploring AWS !! Day 59 Amazon Elastic Container Registry Helps in storing, deploying and sharing your container software anywhere. Gives a total of 500 MB of private repo storage per month. You can push your container images to the ECR, with no n...... читать далее

aws cloud cloudcomputing beginners

Разработка dev.to 9 мая 2024 г. 11:48

Before I dive right in, I would like to differentiate between Azure Active Directory (AD) Roles and Azure Roles. Azure AD roles are specific permissions within Azure Active Directory that control access to resources and tasks. These roles are prima...... читать далее

activedirectory tutorial cloudcomputing

Разработка dev.to 9 мая 2024 г. 8:34

In today's data-driven world, finding the right information swiftly is crucial. Whether you're a small business owner, a developer, or a data scientist, the ability to sift through vast amounts of data efficiently can make or break your success. This...... читать далее

webdev cloudcomputing beginners programming

Разработка dev.to 9 мая 2024 г. 0:15

AWS Control Tower – a name that often sparks curiosity among those venturing into the realm of cloud computing. What exactly is it, and how does it fit into the grand scheme of managing AWS environments? At its core, AWS Control Tower serves as a fo...... читать далее

aws cloudcomputing

Разработка dev.to 8 мая 2024 г. 17:00

Exploring AWS !! Day 58 Security in API Gateway Security is one of the most important aspects. Security is the responsibility of both AWS and you, as being an AWS customer, AWS as well keeps your security as priority. The shared responsibility des...... читать далее

aws cloud cloudcomputing apigateway

Разработка dev.to 8 мая 2024 г. 1:55

As infrastructure architects, we need to manage cloud resources with cost in mind, so understanding features like Requester Pays for AWS S3 is useful for cost optimization. The Requester Pays feature of AWS S3 buckets is a good option to explore in...... читать далее

aws cloudcomputing cloudcost s3

Разработка dev.to 7 мая 2024 г. 16:58

Exploring AWS !! Day 58 Amazon API Gateway For creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale. APIs can also be created by the developers. API Gateway can create RESTful APIs that are HTTP b...... читать далее

aws beginners cloud cloudcomputing