Showing posts with label Amazon(AWS). Show all posts
Showing posts with label Amazon(AWS). Show all posts
Wednesday, 25 September 2013
Thursday, 11 July 2013
How to setup RDS ( Relational Database Service ) on Amazon
RDS is a separate service on AWS. On creating a new RDS instance , you will get a username, password and a hostname to use it on your application.
After install RDS point your database towards RDS Or you can install PhpMyadmin in your EBS instance and in its configuration file give RDS details to connect.
You will get following details after you install RDS instance.
DB Version:- Mysql 5.5.27
Instance Class:- db.m1.medium
Allocated Storage: 1024 GB
DB Instance Identifier: rds-ctechz
Master Username: root
Master Password: 12345678
Hostname / Endpoint
:The DNS address of the DB Instance.--- rds-ctechz.ckieen0iiljz.us-east-1.rds.amazonaws.com
# mysql -uroot -p -P3306 -h rds-ctechz.ckieen0iiljz.us-east-1.rds.amazonaws.com
Please check the installation steps below:-
1.
After install RDS point your database towards RDS Or you can install PhpMyadmin in your EBS instance and in its configuration file give RDS details to connect.
You will get following details after you install RDS instance.
DB Version:- Mysql 5.5.27
Instance Class:- db.m1.medium
Allocated Storage: 1024 GB
DB Instance Identifier: rds-ctechz
Master Username: root
Master Password: 12345678
Hostname / Endpoint
:The DNS address of the DB Instance.--- rds-ctechz.ckieen0iiljz.us-east-1.rds.amazonaws.com
# mysql -uroot -p -P3306 -h rds-ctechz.ckieen0iiljz.us-east-1.rds.amazonaws.com
Please check the installation steps below:-
1.
2. RDS-DashBoard
3. LaunchDBInstance
4. DB-InstanceWizard
5. SelectDB
6. DBDetails
7. CreatingBDName-and-port
8. DB-Backup-Planning
9. LaunchDB-Instance
10.
11. LaunchingDBInstance
12.
13. DB-Description
14. ConfigureDB-SecurityGroups-forAccessingDBInstance
15.
16.
16.1
16.2
16.3
16.4
17.
Labels:
Amazon(AWS)
Friday, 21 June 2013
What is Vertical and Horizontal Scaling in a cloud
Vertical Scaling
Vertical scaling, also described as scale up, typically refers to adding more processors and storage to an SMP to pump up processing capability.Generally, this form of scaling employs only one instance of the operating system.
Horizontal Scaling
Horizontal scaling, or scale out, usually refers to tying multiple independent computers together to provide more processing power.Horizontal scaling typically implies multiple instances of operating systems, residing on separate servers.
Vertical scaling, also described as scale up, typically refers to adding more processors and storage to an SMP to pump up processing capability.Generally, this form of scaling employs only one instance of the operating system.
Horizontal Scaling
Horizontal scaling, or scale out, usually refers to tying multiple independent computers together to provide more processing power.Horizontal scaling typically implies multiple instances of operating systems, residing on separate servers.
Labels:
Amazon(AWS)
What is a Public Private and Hybrid Cloud
Public Cloud
A Public Cloud is one that’s based on the standard cloud
computing model where services, applications and storage
are made available to users over the Internet
‘as a service' typically on a Pay Per Use model.
Appealing to many businesses as they reduce complexity and lead times. Because the underlying architecture is fixed,
there is less scope for customisation for security and performance.
There are many types of Public Cloud, the most common being Infrastructure as a service(IaaS),Platform as a service(PaaS), Software as a service(SaaS)and Desktop as a service(DaaS) platforms – all of which we make available to the channel through our proprietary Cloud services.
Suited to:– Companies that need to bring a service to market quickly,have less regulatory hurdles to overcome,
or are looking to outsource part or all of their organisational IT requirements.Under this scenario,the business can simply sign-up for and start using Cloud Computing,online storage and other services immediately.
Private Cloud
Private Clouds consist of cloud infrastructure
that is deployed solely for a single organization, whether
managed internally or hosted by a third-party externally.
Private Clouds offer scope for advanced security, high availability or fault tolerant solutions that are not possible in a Public Cloud.
Suited to :– Businesses that must comply with strict regulations or that have highly critical applications will choose internal Private Clouds. With a private cloud, businesses install their own server and storage hardware but have the flexibility to shift workloads among servers as usage spikes or
they deploy new applications.
Hybrid Cloud
As the name suggests, a hybrid cloud comprises both private
(internal) and public (external) cloud services.
Typically a business might run an application primarily on a private cloud, but rely on a public cloud to accommodate spikes in usage.
Suited to:- E-commerce, Because e-commerce sites must
respond to fluctuations in traffic both on a daily and seasonal cycle, the actual work of processing the orders can benefit from the elastic characteristics of public cloud resources.
A Public Cloud is one that’s based on the standard cloud
computing model where services, applications and storage
are made available to users over the Internet
‘as a service' typically on a Pay Per Use model.
Appealing to many businesses as they reduce complexity and lead times. Because the underlying architecture is fixed,
there is less scope for customisation for security and performance.
There are many types of Public Cloud, the most common being Infrastructure as a service(IaaS),Platform as a service(PaaS), Software as a service(SaaS)and Desktop as a service(DaaS) platforms – all of which we make available to the channel through our proprietary Cloud services.
Suited to:– Companies that need to bring a service to market quickly,have less regulatory hurdles to overcome,
or are looking to outsource part or all of their organisational IT requirements.Under this scenario,the business can simply sign-up for and start using Cloud Computing,online storage and other services immediately.
Private Cloud
Private Clouds consist of cloud infrastructure
that is deployed solely for a single organization, whether
managed internally or hosted by a third-party externally.
Private Clouds offer scope for advanced security, high availability or fault tolerant solutions that are not possible in a Public Cloud.
Suited to :– Businesses that must comply with strict regulations or that have highly critical applications will choose internal Private Clouds. With a private cloud, businesses install their own server and storage hardware but have the flexibility to shift workloads among servers as usage spikes or
they deploy new applications.
Hybrid Cloud
As the name suggests, a hybrid cloud comprises both private
(internal) and public (external) cloud services.
Typically a business might run an application primarily on a private cloud, but rely on a public cloud to accommodate spikes in usage.
Suited to:- E-commerce, Because e-commerce sites must
respond to fluctuations in traffic both on a daily and seasonal cycle, the actual work of processing the orders can benefit from the elastic characteristics of public cloud resources.
Labels:
Amazon(AWS)
Friday, 10 May 2013
Friday, 19 April 2013
How To SetUp AWS CloudFront
Content Delivery Network or Content Distribution Network (CDN)
A dynamic content delivery network or content distribution network (CDN) is a system of computers containing copies of data, placed at various points in a network so as to maximize bandwidth for access to the data from clients throughout the network.
A client accesses a copy of the data near to the client, as opposed to all clients accessing the same central server, so as to avoid bottleneck near that server. A cdn will increase speed and efficiency for your WebSite.
CloudFront is a web service that speeds up distribution of your static and dynamic web content, for example, .html, .css, .php, and image files, to end users. CloudFront delivers your content through a worldwide network of edge locations.
When an end user requests content that you're serving with CloudFront, the user is routed to the edge location that provides the lowest latency, so content is delivered with the best possible performance.
If the content is already in that edge location, CloudFront delivers it immediately. If the content is not currently in that edge location, CloudFront retrieves it from an Amazon S3 bucket or an HTTP server (for example, a web server) that you have identified as the source for the definitive version of your content.
Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency,
high data transfer speeds, and no commitments.
It will distribute all requests coming to server into cloud and manages the load, and requests connecting to server are only for DB connections. all other requests will distribute among cloud thus manages the load.
This includes data transferred from Amazon EC2 and Amazon S3 to any Amazon CloudFront edge location.
Some people have begun utilizing S3 to host files for their website that would otherwise be expensive in andwidth costs to serve from their own server.
Enter Amazon CloudFront. CloudFront is a CDN, or Content Delivery Network. It utilizes Amazon S3 but distributes your data out to multiple datacenter locations, ensuring faster access times through low latency file hosting for your website users.
There are small downsides to CloudFront compared to expensive CDN solutions. For one, it takes some time (up to 24 hours) for file changes and updates to be pushed out to CloudFront edge servers.
It makes it easier for you to distribute content to end users quickly, with low latency and high data transfer speeds. Amazon CloudFront delivers your content through a worldwide network of edge locations.
End users are routed to the nearest edge location, so content is delivered with the best possible performance.
Amazon CloudFront works seamlessly with the Amazon Simple Storage Service (Amazon S3), which durably stores the original, definitive versions of your files.
Manage Amazon CloudFront through an easy to use interface. The AWS Management Console lets you review all your CloudFront distributions, create new distributions, or edit existing ones.
All the features of the CloudFront API are supported: you can enable or disable distributions, configure CNAMEs, enable end-user logging, and more.
A dynamic content delivery network or content distribution network (CDN) is a system of computers containing copies of data, placed at various points in a network so as to maximize bandwidth for access to the data from clients throughout the network.
A client accesses a copy of the data near to the client, as opposed to all clients accessing the same central server, so as to avoid bottleneck near that server. A cdn will increase speed and efficiency for your WebSite.
CloudFront is a web service that speeds up distribution of your static and dynamic web content, for example, .html, .css, .php, and image files, to end users. CloudFront delivers your content through a worldwide network of edge locations.
When an end user requests content that you're serving with CloudFront, the user is routed to the edge location that provides the lowest latency, so content is delivered with the best possible performance.
If the content is already in that edge location, CloudFront delivers it immediately. If the content is not currently in that edge location, CloudFront retrieves it from an Amazon S3 bucket or an HTTP server (for example, a web server) that you have identified as the source for the definitive version of your content.
Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency,
high data transfer speeds, and no commitments.
It will distribute all requests coming to server into cloud and manages the load, and requests connecting to server are only for DB connections. all other requests will distribute among cloud thus manages the load.
This includes data transferred from Amazon EC2 and Amazon S3 to any Amazon CloudFront edge location.
Some people have begun utilizing S3 to host files for their website that would otherwise be expensive in andwidth costs to serve from their own server.
Enter Amazon CloudFront. CloudFront is a CDN, or Content Delivery Network. It utilizes Amazon S3 but distributes your data out to multiple datacenter locations, ensuring faster access times through low latency file hosting for your website users.
There are small downsides to CloudFront compared to expensive CDN solutions. For one, it takes some time (up to 24 hours) for file changes and updates to be pushed out to CloudFront edge servers.
It makes it easier for you to distribute content to end users quickly, with low latency and high data transfer speeds. Amazon CloudFront delivers your content through a worldwide network of edge locations.
End users are routed to the nearest edge location, so content is delivered with the best possible performance.
Amazon CloudFront works seamlessly with the Amazon Simple Storage Service (Amazon S3), which durably stores the original, definitive versions of your files.
Manage Amazon CloudFront through an easy to use interface. The AWS Management Console lets you review all your CloudFront distributions, create new distributions, or edit existing ones.
All the features of the CloudFront API are supported: you can enable or disable distributions, configure CNAMEs, enable end-user logging, and more.
Subscribe to:
Comments (Atom)










