Skip to content

Commit

Permalink
remove unused subscription link
Browse files Browse the repository at this point in the history
  • Loading branch information
William Sia committed Sep 23, 2024
1 parent 5f6b798 commit 86a9802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,10 @@ Upon successful deployment of this solution, you will be able to do the followin

### Cost

You will need to pay for the AWS services used while running this guidance.

For cost management, we recommend creating a budget through AWS Cost Explorer. Prices are subject to change. For more details, refer to the pricing pages for each AWS service used in this guidance.
You will need to pay for the AWS services used while running this guidance. As of September 2024, the cost for running this Guidance with the default settings in the US East (N. Virginia) is approximately $147.66 per month for analyzing 1000 polygons every 5 days as illustrated in the sample table below.

### Sample cost table

The following table provides a sample cost breakdown for deploying this Guidance with the default parameters in the US East (N. Virginia) Region for one month with 1000 polygons being analyzed every 5 days.

| Region | Description | Service | Monthly | Assumptions |
|-----------------------|------------------------------------|--------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| US East (N. Virginia) | STAC OpenSearch Server | Amazon OpenSearch | $93.69 | Number of instances (1), Storage for each Amazon OpenSearch Service instance (General Purpose SSD (gp3)), Instance type (c5.large.search), Utilization (On-Demand only) (100 %Utilized/Month), Instance Node Type (Compute optimized), Storage Type (EBS Only), Pricing strategy (OnDemand), Nodes (1), Instance type (c5.large.search),Storage amount per volume (gp3) (20 GB) |
Expand Down
7 changes: 1 addition & 6 deletions typescript/packages/apps/ui/src/shared/SideNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@ export default () => {
{ type: 'link', text: 'Fields', href: '/fields' },
{ type: 'link', text: 'Analysis', href: '/analysis' },
{ type: 'divider' },
{
type: 'link',
text: 'Subscriptions',
href: '/subscriptions',
},
{
type: 'link',
text: 'Documentation',
href: 'https://example.com',
href: 'https://github.com/aws-solutions-library-samples/automated-geospatial-insight-engine',
external: true,
},
]}
Expand Down

0 comments on commit 86a9802

Please sign in to comment.