Skip to main content

Posts

ARTIFICIAL INTELLIGENCE

ARTIFICIAL INTELLIGENCE Source : Google A rtificial I ntelligence is the ability to perform cognitive functions as humans do, such as perceiving, learning, reasoning and solving problems. The benchmark for AI is the human level concerning in teams of reasoning, speech, and vision. Artificial intelligence is a buzzword today, although this term is not new. In 1956, a group of avant-grade experts from different backgrounds decided to organize a summer research project on AI.  The four important members involved in developing AI are: John MacCarthy, Marvin Minsky, Nathaniel Rochester and CLaude Shannon . Their motivation to develop AI in the purpose of Automatic Computers, Neuron Nets and Self-improvement etc.., AI can be divided into three subfields: Artificial Intelligence Machine learning Deep learning Nowadays, Ai is used in almost all industries, giving a technological edge to all comapnies integrating AI at scale. According to McKinsey, AI has the potential to create 600 billion...

Domain registration on AWS S3

  AWS - Register your domain on Route53 Source : Google A fter hosting your customized website on S3 storage service. Then its time to register you       domain on Route53. Hosting a website on S3 blog URL : https://newtechnologiespot.blogspot.com/2021/03/hosting-website-in-aws.html Use Amazon Route 53 to register your domain on AWS. It can perform three functions as: Registering domain names Routing Internet traffic to the resources for your domain. Checking the health of your resources. Steps involved in registering your domain on AWS are as follows: Login into AWS Console and then go the services and look for the Route 53. Now click the register domain option. Choose a domain name and look for the availability. After selecting the domain name. Fill your contact details and verify and purchase that domain. Once the domain is created, go to create a host zones section and click on your domain. Now you need to create a record set for routing internet traffic to...

HOSTING A WEBSITE IN AWS

HOSTING A WEBSITE IN AWS C reating a website in earlier is a tedious and time consuming process. Moreover, you need to take the help of custom web development companies to develop a website for you. Nowadays Cloud computing service providers made easy to host, register and deploy our website easily. AWS provides all necessary services for your website to function better. AWS website:  https://aws.amazon.com/console/ AWS provides you to register a domain, transfer website, and even migrate it to AWS with simple steps. In this blog, We will see how to Host a customized website on Amazon S3: Before heading towards the hosting a website, its good to know the S3 concepts in AWS, Visit these blog to know folks..!   https://newtechnologiespot.blogspot.com/2021/02/aws-s3simple-storage-services.html (picture courtesy : Quora) HOSTING A WEBSITE STEPS TO BE FOLLOWED: As all we know, first of all login into the AWS console by filling the details. GO to services options and search for...

AWS - EC2(Ubuntu) CREATION

  AWS-EC2 INSTANCE CREATION AWS - EC2 Instance creation follows steps as follows: Here we are gonna create Ubuntu for a test environment. Login to AWS Management Console, Select your preferred region like US west(North Virginia) , US West(Oregon) etc.., Select EC2 service , Click Ec2 under compute section. It will move you to EC2 dashboard. Click Launch Instance. Select an AMI for Linux Instance, in the row for the basic 64-bit Ubuntu AMI, Select that and proceed. Choose an Instance Type as General Purpose in family column and type as in t2.micro. Configure Instance details and click on add storage. Tag an Instance and Type a name for your AWS EC2 instance in the value box. This name, more correctly known as tag, will appear in the console when the instance launches. It makes it easy to keep track of running machines in a complex environment. Use a name that will be easy and remember. Create a security group and configure security group by giving group name and description related ...

AWS-EC2

AWS - EC2(ELASTIC COMPUTE CLOUD   ) A mazon EC2 instance is nothing but virtual server in Amazon Web services terminology. It stands for Elastic Compute Cloud and it is a web service where an AWS user or subscriber can request and use a computer server in AWS cloud. EC2 is a web service from Amazon that provides re-sizable compute services in the cloud. They are re-sizable because you are using scale up or scale down the number of server instances you are using if your computing requirements change. An instance is a virtual server for running applications on Amazon's EC2. From EC2, we can have multiple "tiny" computers on a single physical machine, and all these tiny machines are called instances. WHY AWS EC2: For a developer to work independently you buy some servers, you estimated the correct capacity, and the computing power is enough. Sometimes you have to look after the update of security patches every day, have to worry about any of these things as it will be manage...

SENSOR TYPES AND ITS WORKING

  IOT - SENSOR AND ITS WORKING The word " Automation " has begun already. It evolved in our daily life too. Most of things that we use now can be automated.  For designing and knowing the work, we need to know the sensor types and it working. Even daily usage of mobile contains sensors like hall sensor, proximity sensor, accelerometer sensor, touch screen, microphone etc., There are plenty of sensors available and each have different characteristics, Sensor definition: The sensor can be defined as a device which can be used to sense/detect the physical quantity like force, pressure, strain, light etc and then convert in to desired output like the electrical signal to measure the applied physical quantity.                                    (input)----> sensor---->Signal detecting---->(output) Various sensors have different operating ranges which should be considered while working...

AWS - S3(Simple Storage Services)

  AWS - S3 STORAGE CONCEPTS S3(Simple Storage Service): It is one of the first service that has been produced by AWS. S3 is one of the safest place to save files. S3 provides IT teams and developers with secure, durable, highly scalable object storage. It is easy to use, store, and retrieve any amount of data with a simple web services. S3 storage methods: S3 is Object-based storage, where it can store the images, word files, pdf files, etc. Range of files stored from 0 bytes to 5 TB. Files are stored in Bucket. A bucket is like a folder available in S3 that stores the files. Creating a bucket, URL look like: https://s3-eu-north virginia-1.amazonaws.com/Raghuldavid Region name ---- s3-eu-North Virginia Bucket name ---- Raghuldavid Advantages of Amazon S3: Security Creating buckets Storing Data in Buckets Download Data Permissions Standard Interfaces S3 objects: It is a simple key-value store. Some of the object consists of: Key Value Version ID Mega data Sub resources Access contro...